This commit is contained in:
2022-10-02 15:58:36 +02:00
parent 09cf83c31b
commit a66dfa8530
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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:
+1 -1
View File
@@ -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: