From 1fcc86d44534576c91c13de08bf8104001716961 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 6 Jul 2024 21:28:18 -0400 Subject: [PATCH] feat: register vault web --- Caddyfile | 4 ++++ service.yml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/Caddyfile b/Caddyfile index 935c20e..429615d 100644 --- a/Caddyfile +++ b/Caddyfile @@ -62,6 +62,10 @@ import application_base "bitwarden-web" 8080 } +:58082 { + import application_base "vault-web" 8082 +} + :53010 { import application_base "bookstack-web" 3010 } diff --git a/service.yml b/service.yml index d32233d..3383e0b 100644 --- a/service.yml +++ b/service.yml @@ -15,6 +15,8 @@ ports: container: 53010 - host: 58112 container: 58112 + - host: 58082 + container: 58082 # Caddy admin API - host: 2019 container: 2019