mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #1340 from wish-oss/glance-template
refactor: update glance template
This commit is contained in:
@@ -2,7 +2,10 @@ services:
|
|||||||
glance:
|
glance:
|
||||||
image: glanceapp/glance
|
image: glanceapp/glance
|
||||||
volumes:
|
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:
|
ports:
|
||||||
- 8080
|
- 8080
|
||||||
restart: unless-stopped
|
env_file: .env
|
||||||
@@ -17,7 +17,7 @@ export function generate(schema: Schema): Template {
|
|||||||
|
|
||||||
const mounts: Template["mounts"] = [
|
const mounts: Template["mounts"] = [
|
||||||
{
|
{
|
||||||
filePath: "/app/glance.yml",
|
filePath: "/app/config/glance.yml",
|
||||||
content: `
|
content: `
|
||||||
branding:
|
branding:
|
||||||
hide-footer: true
|
hide-footer: true
|
||||||
|
|||||||
Reference in New Issue
Block a user