@@ -32,7 +32,7 @@ x-default-deploy: &default-deploy services: app: - <<: [*app-config, *wait-init] + <<: *app-config build: context: . dockerfile: Dockerfile @@ -107,7 +107,7 @@ services: <<: [*default-deploy] celery: - <<: [*app-config, *wait-init] + <<: *app-config environment: - C_FORCE_ROOT=true - RELEASE @@ -118,7 +118,7 @@ services: <<: [*default-deploy] celery-beat: - <<: [*app-config, *wait-init] + <<: *app-config command: celery -A backend beat -l INFO deploy: replicas: 1