Add network v2

This commit is contained in:
2025-07-08 16:37:23 +05:30
parent e7fe411daf
commit 34ded33aeb
10 changed files with 73 additions and 8 deletions

View File

@@ -23,8 +23,14 @@ services:
- ${APPDATA_PATH}/radicale/config:/config:ro
ports:
- ${PORT}:5232
networks:
- frontend
restart: unless-stopped
healthcheck:
test: curl -f http://127.0.0.1:5232 || exit 1
interval: 30s
retries: 3
networks:
frontend:
external: true