1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-04-17 00:38:10 +00:00
parent 1f60477faf
commit 5cf98bd7b5
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
services:
glance:
image: "glanceapp/glance:v0.7.12"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- ${GLANCE_CONFIG_PATH}:/app/glance.yml
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true