mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update glance template
This commit is contained in:
parent
56af89468a
commit
609fea7daa
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user