use host address for syncthing

This commit is contained in:
2026-02-19 18:13:17 +03:00
parent 891fd07a41
commit 7d7080b336
3 changed files with 39 additions and 2 deletions

View File

@@ -5,12 +5,14 @@ services:
restart: unless-stopped
networks:
- caddy_internal
extra_hosts:
- "host.docker.internal:host-gateway"
ports:
- "80:80"
- "443:443"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- /home/vk/certs/catmedved.com:/etc/caddy/certs:ro
- /srv/ssl/catmedved.com:/etc/caddy/certs:ro
- caddy_data:/data
- caddy_config:/config
environment: