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: ...@@ -61,7 +61,7 @@ services:
- "DATABASE_URL=postgresql://postgres@postgres/postgres" - "DATABASE_URL=postgresql://postgres@postgres/postgres"
- "CACHE_URL=redis://redis:6379/0" - "CACHE_URL=redis://redis:6379/0"
links: depends_on:
- postgres - postgres
- redis - redis
networks: networks:
...@@ -74,7 +74,7 @@ services: ...@@ -74,7 +74,7 @@ services:
- .env.dev - .env.dev
- .env - .env
build: *backend build: *backend
links: depends_on:
- postgres - postgres
- redis - redis
command: celery -A funkwhale_api.taskapp worker -l debug -B 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.
Please register or to comment