@@ -15,11 +15,6 @@ x-app-config: &app-config - RELEASE - ENVIRONMENT -x-wait-init: &wait-init - depends_on: - init: - condition: service_completed_successfully - x-default-deploy: &default-deploy update_config: parallelism: 1 @@ -138,7 +133,7 @@ services: server { listen 80 default_server; access_log off; - location /${STATIC_PATH_PREFIX:-/static/} { autoindex on; expires 365d; alias /var/www/static/; } + location ${STATIC_PATH_PREFIX:-/static/} { autoindex on; expires 365d; alias /var/www/static/; } }' > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;' networks: - infrastructure