mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 10:45:57 +00:00
15 lines
361 B
YAML
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
|