arreglado fallos server
This commit is contained in:
+8
-8
@@ -2,24 +2,24 @@ version: '3.9'
|
||||
|
||||
services:
|
||||
radicale:
|
||||
image: tomsquest/docker-radicale:3.5.7.0
|
||||
image: tomsquest/docker-radicale:latest
|
||||
container_name: radicale
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5232:5232"
|
||||
environment:
|
||||
- RADICALE_CONFIG=/config/config
|
||||
command: ["radicale", "--config", "/config/config"]
|
||||
volumes:
|
||||
# Volumenes nativos de Docker para persistencia
|
||||
- radicale_data:/data
|
||||
- radicale_config:/config
|
||||
- radicale_logs:/var/log/radicale
|
||||
environment:
|
||||
- RADICALE_CONFIG=/config/config
|
||||
- TAKE_FILE_OWNERSHIP=true
|
||||
# opcional: UID/GID si lo necesitas
|
||||
# - UID=1000
|
||||
# - GID=1000
|
||||
command: ["/venv/bin/radicale", "--config", "/config/config"]
|
||||
|
||||
volumes:
|
||||
radicale_data:
|
||||
driver: local
|
||||
radicale_config:
|
||||
driver: local
|
||||
radicale_logs:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user