Files
appstore-1panel/apps/super-productivity/17.0.0/docker-compose.yml
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>github-action update-app-version
e093680fb8 chore(deps): update johannesjo/super-productivity docker tag to v17 (#4404)
* chore(deps): update johannesjo/super-productivity docker tag to v17

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2026-01-26 10:42:45 +08:00

33 lines
865 B
YAML

networks:
1panel-network:
external: true
services:
super-productivity:
image: johannesjo/super-productivity:v17.0.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
environment:
- TZ=Asia/Shanghai
- WEBDAV_BACKEND=http://sp-webdav
sp-webdav:
image: hacdias/webdav:latest
restart: always
networks:
- 1panel-network
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${SUPER_PRODUCTIVITY_ROOT_PATH}/config/webdav.yaml:/config.yml
- ${SUPER_PRODUCTIVITY_ROOT_PATH}/data:/data