fix

parent ab27f7b3
......@@ -13,7 +13,10 @@ services:
- "5432:5432"
deploy:
restart_policy:
condition: unless-stopped
condition: any
delay: 5s
max_attempts: 3
window: 120s
resources:
limits:
memory: 512M
......@@ -39,7 +42,10 @@ services:
- "9001:9001"
deploy:
restart_policy:
condition: unless-stopped
condition: any
delay: 5s
max_attempts: 3
window: 120s
resources:
limits:
memory: 512M
......@@ -99,7 +105,10 @@ services:
- data-handler
deploy:
restart_policy:
condition: unless-stopped
condition: any
delay: 5s
max_attempts: 3
window: 120s
resources:
limits:
memory: 1G
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment