diff --git a/docker-compose.yaml b/docker-compose.yaml index a27bd24..d30488f 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -83,11 +83,11 @@ services: apply-languages: image: mathwave/sprint-repo:sprint - command: ./manage.py apply_languages - depends_on: - - migrations - - web - - postgres + command: ./manage.py apply_languages + depends_on: + - migrations + - web + - postgres notify-admin: image: mathwave/sprint-repo:sprint