add HOST and BASE_URL enviroments to deplloy stage
parent
7cc8e9669e
commit
4b93b32aaf
|
@ -18,6 +18,8 @@
|
|||
env:
|
||||
SERVER_BASE_URL: "{{SERVER_BASE_URL}}"
|
||||
DEBUG: "{{DEBUG}}"
|
||||
HOST: "{{HOST}}"
|
||||
BASE_URL: "{{BASE_URL}}"
|
||||
labels:
|
||||
traefik.enable: "true"
|
||||
traefik.docker.network: "traefik"
|
||||
|
|
Loading…
Reference in New Issue