Merging tutors changes #53

Merged
Maece97 merged 5 commits from main into dev 2021-11-08 14:03:20 +00:00
Showing only changes of commit 06b418da8e - Show all commits

View File

@ -50,7 +50,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.tapas-auction-house.rule=Host(`tapas-auction-house.${PUB_IP}.nip.io`)" - "traefik.http.routers.tapas-auction-house.rule=Host(`tapas-auction-house.${PUB_IP}.nip.io`)"
- "traefik.http.routers.tapas-auction-house.service=tapas-tasks" - "traefik.http.routers.tapas-auction-house.service=tapas-auction-house"
- "traefik.http.services.tapas-auction-house.loadbalancer.server.port=8082" - "traefik.http.services.tapas-auction-house.loadbalancer.server.port=8082"
- "traefik.http.routers.tapas-auction-house.tls=true" - "traefik.http.routers.tapas-auction-house.tls=true"
- "traefik.http.routers.tapas-auction-house.entryPoints=web,websecure" - "traefik.http.routers.tapas-auction-house.entryPoints=web,websecure"