fix: Cleanup VIRTUAL_HOST variables (DNS fixed)
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:35:42 -08:00
parent c3e8bc83e2
commit bd2785b61d

View file

@ -62,10 +62,6 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
environment: 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: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.docker.network=traefik-public" - "traefik.docker.network=traefik-public"