From 06c9467c6eb8d2443e7c3419ba5bc3a797062e8c Mon Sep 17 00:00:00 2001 From: Alexander Kalinovsky Date: Sat, 1 Mar 2025 15:21:06 +0700 Subject: [PATCH] fix docs deploy --- docker-compose.docs-site.yml | 6 +++++- docs/index.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docker-compose.docs-site.yml b/docker-compose.docs-site.yml index ebabec1..5d4b750 100644 --- a/docker-compose.docs-site.yml +++ b/docker-compose.docs-site.yml @@ -15,4 +15,8 @@ services: - traefik.http.routers.${STACK_NAME?Variable not set}.entrypoints=websecure - traefik.http.routers.${STACK_NAME?Variable not set}.tls=true - traefik.http.routers.${STACK_NAME?Variable not set}.tls.certresolver=le - - traefik.http.routers.${STACK_NAME?Variable not set}.service=${STACK_NAME?Variable not set} \ No newline at end of file + - traefik.http.routers.${STACK_NAME?Variable not set}.service=${STACK_NAME?Variable not set} + +networks: + traefik-public: + external: true \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 139e6ef..38958f9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -98,4 +98,4 @@ async def menu(context: CommandCallbackContext): -forced_change_ \ No newline at end of file +forced_change \ No newline at end of file