fixed order of deploy
This commit is contained in:
@@ -10,16 +10,16 @@ services:
|
|||||||
- tautulli-config:/config
|
- tautulli-config:/config
|
||||||
ports:
|
ports:
|
||||||
- ${TAUTULLI_PORT:-8181}:8181
|
- ${TAUTULLI_PORT:-8181}:8181
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 512M
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-ILfSs", "http://localhost:8181/status"]
|
test: ["CMD", "curl", "-ILfSs", "http://localhost:8181/status"]
|
||||||
start_period: 90s
|
start_period: 90s
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 512M
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user