fix caddy local host

This commit is contained in:
2026-07-24 11:29:12 +02:00
parent 3da72a389b
commit 096914e58d
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ hledger.tomasrivera.ch {
basicauth {
tomasr $2a$14$NXz3GWokmcvjvWL7IPnmfOwBffOmXSqC9Tz4hsfiHY8.f6JW5m6tK
}
reverse_proxy localhost:5000
reverse_proxy host.docker.internal:5000
}
+2 -1
View File
@@ -15,7 +15,8 @@ services:
- ./Caddyfile:/etc/caddy/Caddyfile:ro
- caddy_data:/data
- caddy_config:/config
extra_host:
- "host.docker.internal:host-gateway"
archivebox:
image: archivebox/archivebox:latest