fix: remove redundant volume mapping for proxy service
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 5s

This commit is contained in:
2025-09-09 01:44:01 +02:00
parent 1c52bf3ea4
commit 9207572f07

View File

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