services: sp: image: johannesjo/super-productivity:latest ports: - 80:80 environment: # WebDAV backend served at `/webdav/` subdirectory (Optional) # Used with "webdav" container below - WEBDAV_BACKEND=http://webdav # Default values in "Sync" section in "Settings" page (Optional) # Useful for single user instances - WEBDAV_BASE_URL= - WEBDAV_USERNAME= - WEBDAV_SYNC_FOLDER_PATH= - SYNC_INTERVAL= - IS_COMPRESSION_ENABLED= - IS_ENCRYPTION_ENABLED= # WebDAV backend server (Optional) # Used with the WEBDAV_BACKEND environment variable webdav: image: hacdias/webdav:latest volumes: - ./webdav.yaml:/config.yml:ro - ./data:/data