add HOST and BASE_URL enviroments to deplloy stage

master
shayandrg 2024-07-31 16:08:56 +03:30
parent 7cc8e9669e
commit 4b93b32aaf
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
env: env:
SERVER_BASE_URL: "{{SERVER_BASE_URL}}" SERVER_BASE_URL: "{{SERVER_BASE_URL}}"
DEBUG: "{{DEBUG}}" DEBUG: "{{DEBUG}}"
HOST: "{{HOST}}"
BASE_URL: "{{BASE_URL}}"
labels: labels:
traefik.enable: "true" traefik.enable: "true"
traefik.docker.network: "traefik" traefik.docker.network: "traefik"