fixed order of deploy

This commit is contained in:
2026-05-27 23:00:10 -07:00
parent 84a6fb42f1
commit f93d7b2825
+4 -4
View File
@@ -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: