1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-05-06 07:50:22 +08:00
github-action update-app-version 6aac2f06fe Update app version [skip ci]
2025-05-16 18:58:02 +00:00

33 lines
866 B
YAML

networks:
1panel-network:
external: true
services:
super-productivity:
image: johannesjo/super-productivity:v13.0.10
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