super-productivity/docker-compose.yaml
2024-11-18 09:51:34 +01:00

15 lines
361 B
YAML

services:
sp:
image: johannesjo/super-productivity:latest
ports:
- 80:80
environment:
- WEBDAV_BACKEND=http://webdav # Optional
# Optional: WebDAV backend server
# (used with the WEBDAV_BACKEND environment variable)
webdav:
image: hacdias/webdav:latest
volumes:
- ./webdav.yaml:/config.yml:ro
- ./data:/data