feat: add external network configuration for Caddy service in Docker Compose
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
Menno van Leeuwen 2025-03-12 12:16:32 +01:00
parent d8aeda7fe0
commit 3d089ceb46
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -14,3 +14,10 @@ services:
- TZ=Europe/Amsterdam
- PUID=1000
- PGID=100
networks:
- caddy_network
networks:
caddy_network:
external: true
name: caddy_default