diff --git a/Caddyfile b/Caddyfile index 8f2002e..c1cb469 100644 --- a/Caddyfile +++ b/Caddyfile @@ -5,5 +5,5 @@ hledger.tomasrivera.ch { basicauth { tomasr $2a$14$NXz3GWokmcvjvWL7IPnmfOwBffOmXSqC9Tz4hsfiHY8.f6JW5m6tK } - reverse_proxy localhost:5000 + reverse_proxy host.docker.internal:5000 } diff --git a/compose.yml b/compose.yml index ce29815..037c9d8 100644 --- a/compose.yml +++ b/compose.yml @@ -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