Change domain

This commit is contained in:
Gal 2024-11-21 19:50:03 +01:00
parent aa318f2d07
commit e155782cc3
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ services:
command: ["npx", "@11ty/eleventy", "--serve", "--port", "4000"]
labels:
- "traefik.enable=true"
- "traefik.http.routers.eleventy.rule=Host(`blog.velouria.dev`)"
- "traefik.http.routers.eleventy.rule=Host(`galuhsahid.com`)"
- "traefik.http.routers.eleventy.entrypoints=websecure"
- "traefik.http.routers.eleventy.tls.certresolver=myresolver"
- "traefik.http.services.eleventy.loadbalancer.server.port=4000"