feat: update Docker setup to use custom proxy image and remove redundant steps
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 7s
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 7s
This commit is contained in:
@@ -49,7 +49,7 @@ services:
|
||||
|
||||
proxy:
|
||||
container_name: thoughts-proxy
|
||||
image: nginx:stable-alpine
|
||||
image: custom-proxy:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${GITHUB_WORKSPACE}/nginx/nginx.conf:/etc/nginx/conf.d/default.conf
|
||||
|
Reference in New Issue
Block a user