fix: Fixes caddy not being on the proxy network.

This commit is contained in:
2025-03-18 20:55:14 -04:00
parent b6d45fd715
commit b558d866e4
2 changed files with 8 additions and 2 deletions

View File

@@ -21,9 +21,15 @@ services:
- ./config:/etc/caddy:z
- caddy_data:/data
- caddy_config:/config
networks:
- proxy
security_opt:
- no-new-privileges:true
volumes:
caddy_data: {}
caddy_config: {}
networks:
proxy:
external: true

View File

@@ -20,7 +20,7 @@
@gitea host git.housh.dev
handle @gitea {
reverse_proxy mightymini.housh.dev:3000
reverse_proxy gitea:3000
}
@dash host dash.housh.dev
@@ -30,7 +30,7 @@
@komodo host komo.housh.dev
handle @komodo {
reverse_proxy mightymini.housh.dev:9120
reverse_proxy komodo:9120
}
@excalidraw host draw.housh.dev