added glance dashborad

This commit is contained in:
dado
2025-03-22 19:17:50 +01:00
parent 9011d09a4d
commit 10038aaf04
6 changed files with 109 additions and 0 deletions

View File

@ -0,0 +1,17 @@
services:
glance:
image: glanceapp/glance
container_name: glance
mem_limit: 128m
volumes:
- ./config:/app/config
- ./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:
- 127.0.0.1:3016:8080
env_file: .env
restart: unless-stopped