mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-11 18:18:38 +02:00
fix caddy local host
This commit is contained in:
@@ -5,5 +5,5 @@ hledger.tomasrivera.ch {
|
|||||||
basicauth {
|
basicauth {
|
||||||
tomasr $2a$14$NXz3GWokmcvjvWL7IPnmfOwBffOmXSqC9Tz4hsfiHY8.f6JW5m6tK
|
tomasr $2a$14$NXz3GWokmcvjvWL7IPnmfOwBffOmXSqC9Tz4hsfiHY8.f6JW5m6tK
|
||||||
}
|
}
|
||||||
reverse_proxy localhost:5000
|
reverse_proxy host.docker.internal:5000
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-1
@@ -15,7 +15,8 @@ services:
|
|||||||
- ./Caddyfile:/etc/caddy/Caddyfile:ro
|
- ./Caddyfile:/etc/caddy/Caddyfile:ro
|
||||||
- caddy_data:/data
|
- caddy_data:/data
|
||||||
- caddy_config:/config
|
- caddy_config:/config
|
||||||
|
extra_host:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
|
|
||||||
archivebox:
|
archivebox:
|
||||||
image: archivebox/archivebox:latest
|
image: archivebox/archivebox:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user