fix: update Nginx volume path to use GITEA_WORKSPACE variable
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 7s

This commit is contained in:
2025-09-09 01:38:31 +02:00
parent bc8941d910
commit 452ea5625f

View File

@@ -52,7 +52,7 @@ services:
image: nginx:stable-alpine
restart: unless-stopped
volumes:
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
- ${GITEA_WORKSPACE}/nginx/nginx.conf:/etc/nginx/conf.d/default.conf
depends_on:
- frontend
- backend