[add] glance

This commit is contained in:
Andy Bunce 2025-03-17 15:34:14 +00:00
parent 8a0031a346
commit 501449d9b0
6 changed files with 131 additions and 9 deletions

12
glance/docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
services:
glance:
container_name: glance
image: glanceapp/glance
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:
- 3050:8080
env_file: .env