From 055c240396e6502c38a19a996bebe499747d6f8c Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Thu, 31 Oct 2024 13:15:22 -0400 Subject: [PATCH] feat: remove bookstack routes --- Caddyfile | 4 ---- service.yml | 2 -- 2 files changed, 6 deletions(-) diff --git a/Caddyfile b/Caddyfile index 3be4258..1020c77 100644 --- a/Caddyfile +++ b/Caddyfile @@ -90,7 +90,3 @@ https://hole.home.karnov.club { :58082 { import application_base "vault-web" 8082 } - -:53010 { - import application_base "bookstack-web" 3010 -} diff --git a/service.yml b/service.yml index 87fda22..6d2a9fe 100644 --- a/service.yml +++ b/service.yml @@ -11,8 +11,6 @@ ports: container: 53000 - host: 53001 container: 53001 - - host: 53010 - container: 53010 - host: 58082 container: 58082 - host: 50000