Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-06-11 03:48:57 +00:00
parent a03ad4085f
commit cce59abd0b
191 changed files with 587 additions and 20 deletions
+24
View File
@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
glance:
container_name: glance
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: glanceapp/glance:v0.8.4
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
restart: always
volumes:
- ${GLANCE_ROOT_PATH}/app/glance.yml:/app/glance.yml
- ${GLANCE_ROOT_PATH}/app/assets:/app/assets
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro