adjust for pangolin + glance homepage
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
@@ -92,6 +92,7 @@ services:
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- caddy-net
|
||||
- default
|
||||
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
@@ -108,6 +109,20 @@ services:
|
||||
- /mnt/hdd_1tb:/hdd_1tb
|
||||
restart: unless-stopped
|
||||
|
||||
glance:
|
||||
container_name: glance
|
||||
image: glanceapp/glance
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./glance/config:/app/config
|
||||
- ./glance/assets:/app/assets
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
# Optionally, also mount docker socket if you want to use the docker containers widget
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- 3099:8080
|
||||
env_file: .env
|
||||
|
||||
|
||||
##### Grafana
|
||||
|
||||
|
||||
Reference in New Issue
Block a user