feat(templates): change glance for v0.7

https://github.com/glanceapp/glance/blob/main/docs/v0.7.0-upgrade.md
This commit is contained in:
Andras Bacsai
2025-03-17 16:40:30 +01:00
parent 0ab8e24250
commit dfbe5f4514
2 changed files with 39 additions and 4 deletions

View File

@@ -10,8 +10,9 @@ services:
environment: environment:
- SERVICE_FQDN_GLANCE_8080 - SERVICE_FQDN_GLANCE_8080
volumes: volumes:
- ./config:/app/config
- type: bind - type: bind
source: ./config source: ./config/glance.yml
target: /app/config/glance.yml target: /app/config/glance.yml
content: | content: |
pages: pages:

File diff suppressed because one or more lines are too long