File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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}`)
Original file line number Diff line number Diff line change 11VENDOR_MANUAL_IMAGE = ${ VENDOR_MANUAL_IMAGE }
22VENDOR_MANUAL_REPLICAS = ${ VENDOR_MANUAL_REPLICAS }
33VENDOR_MANUAL_DOMAIN = ${ VENDOR_MANUAL_DOMAIN }
4+ VENDOR_MANUAL_PORT = ${ VENDOR_MANUAL_PORT }
45PUBLIC_NETWORK = ${ PUBLIC_NETWORK }
You can’t perform that action at this time.
0 commit comments