Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2026-06-12 20:24:26 +00:00
parent 98b8c1d0b2
commit 968a56627f
8 changed files with 0 additions and 0 deletions
@@ -0,0 +1,32 @@
networks:
1panel-network:
external: true
services:
super-productivity:
image: johannesjo/super-productivity:v18.10.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