This commit is contained in:
2022-10-01 12:42:57 +02:00
parent 8a097b5956
commit bcfea0cfad
5 changed files with 8 additions and 118 deletions
+7 -2
View File
@@ -30,7 +30,7 @@ services:
links:
- mongo:database
volumes:
- ./persistence/webserver/storage:/home/§PROJECT_AUTHOR§/storage/§PROJECT_BUILDNAME§
- ./persistence/storage:/home/§PROJECT_AUTHOR§/storage/§PROJECT_BUILDNAME§
- §PROJECT_BUILDNAME§-ws-log:/var/log/§PROJECT_AUTHOR§/
- §PROJECT_BUILDNAME§-job-comms:/jobComunication/
logging:
@@ -53,9 +53,14 @@ services:
links:
- mongo:database
volumes:
- ./persistence/worker/storage:/home/§PROJECT_AUTHOR§/storage/§PROJECT_BUILDNAME§
- ./persistence/storage:/home/§PROJECT_AUTHOR§/storage/§PROJECT_BUILDNAME§
- §PROJECT_BUILDNAME§-wk-log:/var/log/§PROJECT_AUTHOR§/
- §PROJECT_BUILDNAME§-job-comms:/jobComunication/
logging:
driver: "json-file"
options:
max-file: "5"
max-size: "150m"
memcached:
image: memcached:1.6.9-alpine
restart: "on-failure:3"