mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 08:56:00 +00:00
Refactor glance configuration: Add 'pages' section and uncomment volume mounts
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
pages:
|
||||||
- name: Markets
|
- name: Markets
|
||||||
columns:
|
columns:
|
||||||
- size: small
|
- size: small
|
||||||
|
|||||||
+2
-2
@@ -19,8 +19,8 @@ services:
|
|||||||
image: glanceapp/glance
|
image: glanceapp/glance
|
||||||
networks:
|
networks:
|
||||||
- traefik-public
|
- traefik-public
|
||||||
# volumes:
|
volumes:
|
||||||
# - /var/data/glance.yml:/app/glance.yml
|
- /var/data/glance.yml:/app/glance.yml
|
||||||
# - /etc/timezone:/etc/timezone:ro
|
# - /etc/timezone:/etc/timezone:ro
|
||||||
# - /etc/localtime:/etc/localtime:ro
|
# - /etc/localtime:/etc/localtime:ro
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user