File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ PROJECTS_DIR=projects
4545
4646# Domain configuration
4747# ------------------------------------------------------------------------------------
48- MAIN_DOMAIN = app. kosuke.ai
48+ MAIN_DOMAIN = kosuke.ai
4949PREVIEW_BASE_DOMAIN = previews.kosuke.ai
5050TRAEFIK_ENABLED = true
5151PREVIEW_PORT_RANGE_START = 3001
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ PROJECTS_DIR=projects
4545
4646# Domain configuration
4747# ------------------------------------------------------------------------------------
48- MAIN_DOMAIN=app. stage.kosuke.ai
48+ MAIN_DOMAIN=stage.kosuke.ai
4949PREVIEW_BASE_DOMAIN=previews.stage.kosuke.ai
5050TRAEFIK_ENABLED=true
5151PREVIEW_PORT_RANGE_START=3001
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ services:
6161 - kosuke_network
6262 labels :
6363 - ' traefik.enable=true'
64- - ' traefik.http.routers.main.rule=Host(`${MAIN_DOMAIN}`) || Host(`www.${MAIN_DOMAIN}`)'
64+ - ' traefik.http.routers.main.rule=Host(`app. ${MAIN_DOMAIN}`) || Host(`www.app .${MAIN_DOMAIN}`)'
6565 - ' traefik.http.routers.main.tls.certresolver=letsencrypt'
6666 - ' traefik.http.services.main.loadbalancer.server.port=3000'
6767 # Request wildcard certificate for preview domain
You can’t perform that action at this time.
0 commit comments