change port

This commit is contained in:
Gal 2023-12-27 23:42:38 +01:00 committed by Galuh Sahid
parent 5abe832c9c
commit 11e5964cda
1 changed files with 3 additions and 3 deletions

View File

@ -11,6 +11,6 @@ services:
command: ["npx", "quartz", "build", "--serve", "--port", "3000"]
labels:
- "traefik.enable=true"
- "traefik.http.routers.mywebsite.rule=Host(`notes.velouria.dev`)"
- "traefik.http.routers.mywebsite.entrypoints=websecure"
- "traefik.http.routers.mywebsite.tls.certresolver=myresolver"
- "traefik.http.routers.quartz.rule=Host(`notes.velouria.dev`)"
- "traefik.http.routers.quartz.entrypoints=websecure"
- "traefik.http.routers.quartz.tls.certresolver=myresolver"