mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-22 15:19:41 +08:00
* chore(deps): update glanceapp/glance docker tag to v0.8.3 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
19 lines
430 B
YAML
19 lines
430 B
YAML
services:
|
|
glance:
|
|
image: glanceapp/glance:v0.8.3
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:8080"
|
|
volumes:
|
|
- ./data/glance.yml:/app/config/glance.yml
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
labels:
|
|
createdBy: "Apps"
|
|
networks:
|
|
1panel-network:
|
|
external: true
|