Skip to content

Commit a94f0c0

Browse files
committed
Add port env
1 parent 9e734f2 commit a94f0c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

services/vendors/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
labels:
1111
- traefik.enable=true
1212
- traefik.docker.network=${PUBLIC_NETWORK}
13-
- traefik.http.services.vendor_manual.loadbalancer.server.port=80
13+
- traefik.http.services.vendor_manual.loadbalancer.server.port=${VENDOR_MANUAL_PORT}
1414
- traefik.http.routers.vendor_manual.entrypoints=https
1515
- traefik.http.routers.vendor_manual.tls=true
1616
- traefik.http.routers.vendor_manual.rule=Host(`${VENDOR_MANUAL_DOMAIN}`)

services/vendors/template.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
VENDOR_MANUAL_IMAGE=${VENDOR_MANUAL_IMAGE}
22
VENDOR_MANUAL_REPLICAS=${VENDOR_MANUAL_REPLICAS}
33
VENDOR_MANUAL_DOMAIN=${VENDOR_MANUAL_DOMAIN}
4+
VENDOR_MANUAL_PORT=${VENDOR_MANUAL_PORT}
45
PUBLIC_NETWORK=${PUBLIC_NETWORK}

0 commit comments

Comments
 (0)