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
|
context: ./frontend
|
||||||
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue