added watchyourlan and glance

This commit is contained in:
Dominik
2025-02-23 15:36:24 +01:00
parent 92fd964f1a
commit 70bd419eda
4 changed files with 130 additions and 1 deletions

23
glance/compose.yml Normal file
View File

@@ -0,0 +1,23 @@
# https://github.com/glanceapp/glance
# https://github.com/glanceapp/docker-compose-template/blob/main/root/docker-compose.yml
name: glance
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:
- 8080:8080
networks:
- proxy
networks:
proxy:
external: true