Replated links with depends_on in dev compose file

merge-requests/757/head
Eliot Berriot 2019-04-12 12:13:06 +02:00
rodzic 87c4774fc9
commit 4b66ea0234
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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