diff --git a/docker-compose.yml b/docker-compose.yml index ff90e52..8286c51 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,7 +25,7 @@ services: # Doku-Hosting via caddy-gitea-pages (#62 Phase 2). # Liest automatisch aus dem gh-pages-Branch. mkdocs build → git push - # origin gh-pages → Seite live unter docs.gwoe.toppyr.de. + # origin gh-pages → Seite live unter gwoe-docs.toppyr.de. gwoe-docs: image: ghcr.io/d7z-project/caddy-gitea-pages:nightly container_name: gwoe-docs @@ -35,7 +35,7 @@ services: - GITEA_TOKEN=${GITEA_TOKEN} labels: - "traefik.enable=true" - - "traefik.http.routers.gwoe-docs.rule=Host(`docs.gwoe.toppyr.de`)" + - "traefik.http.routers.gwoe-docs.rule=Host(`gwoe-docs.toppyr.de`)" - "traefik.http.routers.gwoe-docs.entrypoints=websecure" - "traefik.http.routers.gwoe-docs.tls=true" - "traefik.http.routers.gwoe-docs.tls.certresolver=letsencrypt" diff --git a/mkdocs.yml b/mkdocs.yml index 0b5501d..1a708ac 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: GWÖ-Antragsprüfer Docs -site_url: https://docs.gwoe.toppyr.de +site_url: https://gwoe-docs.toppyr.de repo_url: https://repo.toppyr.de/tobias/gwoe-antragspruefer repo_name: tobias/gwoe-antragspruefer