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>
This commit is contained in:
renovate[bot]
2026-01-26 10:42:45 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent c7e4c69493
commit e093680fb8
8 changed files with 1 additions and 1 deletions
@@ -0,0 +1,32 @@
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