Replated links with depends_on in dev compose file

This commit is contained in:
Eliot Berriot 2019-04-12 12:13:06 +02:00
parent 87c4774fc9
commit 4b66ea0234
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 2 additions and 2 deletions

View File

@ -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:
- .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