fix: Add VIRTUAL_HOST for Nginx Proxy support
Some checks failed
Deploy to Production / deploy (push) Failing after 0s
Test / backend-test (push) Failing after 0s
Test / frontend-test (push) Failing after 0s

This commit is contained in:
fullsizemalt 2025-12-09 08:24:23 -08:00
parent da226ba00b
commit c3e8bc83e2

View file

@ -61,7 +61,11 @@ services:
context: ./frontend
dockerfile: Dockerfile
environment:
VITE_API_URL: /api
- VITE_API_URL=/api
- VIRTUAL_HOST=777wolfpack.runfoo.run
- VIRTUAL_PORT=80
- LETSENCRYPT_HOST=777wolfpack.runfoo.run
- LETSENCRYPT_EMAIL=admin@runfoo.com
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik-public"