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