fix

parent ab27f7b3
...@@ -13,7 +13,10 @@ services: ...@@ -13,7 +13,10 @@ services:
- "5432:5432" - "5432:5432"
deploy: deploy:
restart_policy: restart_policy:
condition: unless-stopped condition: any
delay: 5s
max_attempts: 3
window: 120s
resources: resources:
limits: limits:
memory: 512M memory: 512M
...@@ -39,7 +42,10 @@ services: ...@@ -39,7 +42,10 @@ services:
- "9001:9001" - "9001:9001"
deploy: deploy:
restart_policy: restart_policy:
condition: unless-stopped condition: any
delay: 5s
max_attempts: 3
window: 120s
resources: resources:
limits: limits:
memory: 512M memory: 512M
...@@ -99,7 +105,10 @@ services: ...@@ -99,7 +105,10 @@ services:
- data-handler - data-handler
deploy: deploy:
restart_policy: restart_policy:
condition: unless-stopped condition: any
delay: 5s
max_attempts: 3
window: 120s
resources: resources:
limits: limits:
memory: 1G 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