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