Cleanup docker compose restart values (#761)

This commit is contained in:
Zoe Roux 2025-01-04 18:06:42 +01:00 committed by GitHub
parent 3182cc8d07
commit dd24b4258e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ services:
autosync:
image: ghcr.io/zoriya/kyoo_autosync:edge
restart: on-failure
restart: unless-stopped
depends_on:
rabbitmq:
condition: service_healthy
@ -173,7 +173,7 @@ services:
rabbitmq:
image: rabbitmq:4-alpine
restart: on-failure
restart: unless-stopped
environment:
- RABBITMQ_DEFAULT_USER=${RABBITMQ_DEFAULT_USER}
- RABBITMQ_DEFAULT_PASS=${RABBITMQ_DEFAULT_PASS}