fix: retirer depends_on db (service supprime)
This commit is contained in:
parent
2a2cd0217a
commit
97248a13e7
1 changed files with 0 additions and 3 deletions
|
|
@ -87,9 +87,6 @@ services:
|
||||||
DB_DSN: ${DATABASE_URL}
|
DB_DSN: ${DATABASE_URL}
|
||||||
MA_LIST_URL: https://www.metal-archives.com/lists/FR
|
MA_LIST_URL: https://www.metal-archives.com/lists/FR
|
||||||
MA_STATE_PATH: /app/ma_state.json
|
MA_STATE_PATH: /app/ma_state.json
|
||||||
depends_on:
|
|
||||||
db:
|
|
||||||
condition: service_healthy
|
|
||||||
volumes:
|
volumes:
|
||||||
- worker_state:/app
|
- worker_state:/app
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue