Skip to content
Snippets Groups Projects
Verified Commit 4b66ea02 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Replated links with depends_on in dev compose file

parent 87c4774f
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ services:
- "DATABASE_URL=postgresql://postgres@postgres/postgres"
- "CACHE_URL=redis://redis:6379/0"
links:
depends_on:
- postgres
- redis
networks:
......@@ -74,7 +74,7 @@ services:
- .env.dev
- .env
build: *backend
links:
depends_on:
- postgres
- redis
command: celery -A funkwhale_api.taskapp worker -l debug -B
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment