mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Cleanup docker compose restart values (#761)
This commit is contained in:
parent
3182cc8d07
commit
dd24b4258e
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user