File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 - ./YAM_events.db:/app/YAM_events.db
1111 labels :
1212 - ' traefik.enable=true'
13- - ' traefik.http.routers.yam-report-api-${DOCKER_BRANCH}.rule=Host(`yam-report. ${HOSTNAME}`) && PathPrefix(`/api`)'
13+ - ' traefik.http.routers.yam-report-api-${DOCKER_BRANCH}.rule=Host(`${HOSTNAME}`) && PathPrefix(`/api`)'
1414 - ' traefik.http.services.yam-report-api-${DOCKER_BRANCH}.loadbalancer.server.port=5000'
1515 restart : unless-stopped
1616 ui :
@@ -23,7 +23,7 @@ services:
2323 - ./config.json:/usr/share/nginx/html/config.json
2424 labels :
2525 - ' traefik.enable=true'
26- - ' traefik.http.routers.yam-report-ui-${DOCKER_BRANCH}.rule=Host(`yam-report. ${HOSTNAME}`) && PathPrefix(`/`)'
26+ - ' traefik.http.routers.yam-report-ui-${DOCKER_BRANCH}.rule=Host(`${HOSTNAME}`) && PathPrefix(`/`)'
2727 - ' traefik.http.services.yam-report-ui-${DOCKER_BRANCH}.loadbalancer.server.port=80'
2828 restart : unless-stopped
2929
You can’t perform that action at this time.
0 commit comments