mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-12-18 08:16:17 +00:00
added watchyourlan and glance
This commit is contained in:
23
glance/compose.yml
Normal file
23
glance/compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user