Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a66dfa8530 | ||
|
|
09cf83c31b | ||
|
|
aac8e9786d |
@@ -6,7 +6,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
db-network:
|
db-network:
|
||||||
volumes:
|
volumes:
|
||||||
- ./persistence/database/mongodb:/usr/local/mongodb
|
- ./persistence/database/mongodb:/data/db/
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
@@ -63,7 +63,7 @@ services:
|
|||||||
max-size: "150m"
|
max-size: "150m"
|
||||||
memcached:
|
memcached:
|
||||||
image: memcached:1.6.9-alpine
|
image: memcached:1.6.9-alpine
|
||||||
restart: "on-failure:3"
|
restart: "on-failure:5"
|
||||||
networks:
|
networks:
|
||||||
§PROJECT_BUILDNAME§-network:
|
§PROJECT_BUILDNAME§-network:
|
||||||
logging:
|
logging:
|
||||||
@@ -83,5 +83,7 @@ networks:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
§PROJECT_BUILDNAME§-ws-log:
|
§PROJECT_BUILDNAME§-ws-log:
|
||||||
|
§PROJECT_BUILDNAME§-wk-log:
|
||||||
§PROJECT_BUILDNAME§-db-persist:
|
§PROJECT_BUILDNAME§-db-persist:
|
||||||
§PROJECT_BUILDNAME§-job-comms:
|
§PROJECT_BUILDNAME§-job-comms:
|
||||||
|
|
||||||
@@ -8,7 +8,7 @@ services:
|
|||||||
aliases:
|
aliases:
|
||||||
- §PROJECT_BUILDNAME§.§ENVIRONMENT_TYPE§.database
|
- §PROJECT_BUILDNAME§.§ENVIRONMENT_TYPE§.database
|
||||||
volumes:
|
volumes:
|
||||||
- §PROJECT_BUILDNAME§-db-persist:/usr/local/mongodb
|
- §PROJECT_BUILDNAME§-db-persist:/data/db/
|
||||||
webserver:
|
webserver:
|
||||||
image: §PROJECT_REPOSITORY§/§PROJECT_GROUP§/§PROJECT_BUILDNAME§:§TAG_NAME§-webserver-debug
|
image: §PROJECT_REPOSITORY§/§PROJECT_GROUP§/§PROJECT_BUILDNAME§:§TAG_NAME§-webserver-debug
|
||||||
env_file:
|
env_file:
|
||||||
@@ -58,6 +58,5 @@ networks:
|
|||||||
volumes:
|
volumes:
|
||||||
§PROJECT_BUILDNAME§-storage:
|
§PROJECT_BUILDNAME§-storage:
|
||||||
§PROJECT_BUILDNAME§-log:
|
§PROJECT_BUILDNAME§-log:
|
||||||
# edenlandia-worker-log:
|
|
||||||
§PROJECT_BUILDNAME§-db-persist:
|
§PROJECT_BUILDNAME§-db-persist:
|
||||||
§PROJECT_BUILDNAME§-job-comms:
|
§PROJECT_BUILDNAME§-job-comms:
|
||||||
+1
-1
@@ -157,7 +157,7 @@ if [[ $PUBLISH_MODE -eq 1 ]]; then
|
|||||||
|
|
||||||
# WORKER
|
# WORKER
|
||||||
msg "running ./build.sh -I worker -$BUILDOPT -t $TAG-worker"
|
msg "running ./build.sh -I worker -$BUILDOPT -t $TAG-worker"
|
||||||
./build.sh -I webserver -$BUILDOPT -t "$TAG-worker"
|
./build.sh -I worker -$BUILDOPT -t "$TAG-worker"
|
||||||
|
|
||||||
./run-unit.sh $VERBOPT -t "$TAG-worker"
|
./run-unit.sh $VERBOPT -t "$TAG-worker"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user