Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2024-11-10 06:31:09 +00:00
parent 78617b15c7
commit 8ac893e004
5 changed files with 0 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
networks:
1panel-network:
external: true
services:
sun-panel:
image: hslr/sun-panel:1.6.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3002
env_file:
- /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${SUN_PANEL_ROOT_PATH}/conf:/app/conf
- ${SUN_PANEL_ROOT_PATH}/database:/app/database
- ${SUN_PANEL_ROOT_PATH}/uploads:/app/uploads
- /var/run/docker.sock:/var/run/docker.sock