Update compose file orders

This commit is contained in:
2025-07-13 18:35:45 +05:30
parent fb28d1ce31
commit 7870863b52
21 changed files with 74 additions and 73 deletions

View File

@@ -1,18 +1,19 @@
services:
radicale:
image: docker.io/tomsquest/docker-radicale:3.5.4.0
container_name: radicale
image: docker.io/tomsquest/docker-radicale:3.5.4.0
restart: unless-stopped
init: true
read_only: true
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
cap_add:
- SETUID
- SETGID
- CHOWN
- KILL
- SETGID
- SETUID
cap_drop:
- ALL
security_opt:
- no-new-privileges:true
deploy:
resources:
limits:
@@ -25,7 +26,6 @@ services:
- ${PORT}:5232
networks:
- frontend
restart: unless-stopped
healthcheck:
test: curl -f http://127.0.0.1:5232 || exit 1
interval: 30s