Fix: restart change to unless-stoped
This commit is contained in:
parent
e846f00767
commit
69371a0088
@ -16,6 +16,7 @@ services:
|
||||
networks:
|
||||
- repuve-network
|
||||
mem_limit: 512M
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
@ -37,6 +38,7 @@ services:
|
||||
networks:
|
||||
- repuve-network
|
||||
mem_limit: 256m
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- repuve-backend
|
||||
|
||||
@ -54,6 +56,7 @@ services:
|
||||
networks:
|
||||
- repuve-network
|
||||
mem_limit: 512m
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
|
||||
timeout: 15s
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user