fix: remove redundant volume mapping for proxy service
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 5s
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 5s
This commit is contained in:
@@ -51,8 +51,6 @@ services:
|
|||||||
container_name: thoughts-proxy
|
container_name: thoughts-proxy
|
||||||
image: custom-proxy:latest
|
image: custom-proxy:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
|
||||||
- ${GITHUB_WORKSPACE}/nginx/nginx.conf:/etc/nginx/conf.d/default.conf
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- frontend
|
- frontend
|
||||||
- backend
|
- backend
|
||||||
|
Reference in New Issue
Block a user