container: update example compose config
This commit is contained in:
parent
31b8f3c857
commit
ddb6048f8c
1 changed files with 12 additions and 13 deletions
|
@ -27,10 +27,10 @@ services:
|
|||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 4096M
|
||||
# deploy:
|
||||
# resources:
|
||||
# limits:
|
||||
# memory: 2048M
|
||||
|
||||
redis:
|
||||
restart: unless-stopped
|
||||
|
@ -45,11 +45,10 @@ services:
|
|||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
# deploy:
|
||||
# resources:
|
||||
# limits:
|
||||
# memory: 200M
|
||||
|
||||
# deploy:
|
||||
# resources:
|
||||
# limits:
|
||||
# memory: 256M
|
||||
|
||||
db:
|
||||
restart: unless-stopped
|
||||
|
@ -66,10 +65,10 @@ services:
|
|||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
# deploy:
|
||||
# resources:
|
||||
# limits:
|
||||
# memory: 200M
|
||||
# deploy:
|
||||
# resources:
|
||||
# limits:
|
||||
# memory: 2048M
|
||||
|
||||
networks:
|
||||
calcnet:
|
||||
|
|
Loading…
Reference in a new issue