Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-02-19 09:20:04 +00:00
parent c82323a4b6
commit ccb8c2c8f9
59 changed files with 7 additions and 7 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.7.3
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