Refactor glance configuration: Add 'pages' section and uncomment volume mounts

This commit is contained in:
2025-01-25 13:31:18 +08:00
parent 52954927be
commit 57a22f9e54
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
pages:
- name: Markets
columns:
- size: small
+2 -2
View File
@@ -19,8 +19,8 @@ services:
image: glanceapp/glance
networks:
- traefik-public
# volumes:
# - /var/data/glance.yml:/app/glance.yml
volumes:
- /var/data/glance.yml:/app/glance.yml
# - /etc/timezone:/etc/timezone:ro
# - /etc/localtime:/etc/localtime:ro
deploy: