diff --git a/compose.prod.yml b/compose.prod.yml index 52a28ca..a3cd8ef 100644 --- a/compose.prod.yml +++ b/compose.prod.yml @@ -51,8 +51,6 @@ services: container_name: thoughts-proxy image: custom-proxy:latest restart: unless-stopped - volumes: - - ${GITHUB_WORKSPACE}/nginx/nginx.conf:/etc/nginx/conf.d/default.conf depends_on: - frontend - backend