refactor: update glance template

This commit is contained in:
vishalkadam47 2025-02-20 08:35:14 +05:30
parent 56af89468a
commit 609fea7daa
2 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,10 @@ services:
glance:
image: glanceapp/glance
volumes:
- ../files/app/glance.yml:/app/glance.yml
- ../files/app/config/:/app/config
- ../files/app/assets:/app/assets
# Optionally, also mount docker socket if you want to use the docker containers widget
# - /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 8080
restart: unless-stopped
env_file: .env

View File

@ -17,7 +17,7 @@ export function generate(schema: Schema): Template {
const mounts: Template["mounts"] = [
{
filePath: "/app/glance.yml",
filePath: "/app/config/glance.yml",
content: `
branding:
hide-footer: true