fix: Add VIRTUAL_HOST for Nginx Proxy support
This commit is contained in:
parent
da226ba00b
commit
c3e8bc83e2
1 changed files with 5 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue