change port

This commit is contained in:
Gal 2023-12-27 23:47:43 +01:00 committed by Galuh Sahid
parent 8391e482c6
commit f918b1b21c
1 changed files with 5 additions and 1 deletions

View File

@ -14,4 +14,8 @@ services:
- "traefik.http.routers.quartz.rule=Host(`notes.velouria.dev`)"
- "traefik.http.routers.quartz.entrypoints=websecure"
- "traefik.http.routers.quartz.tls.certresolver=myresolver"
- "traefik.http.services.quartz.loadbalancer.server.port=3000"
- "traefik.http.services.quartz.loadbalancer.server.port=3000"
networks:
traefik_network:
external: true