glance related changes

This commit is contained in:
2025-02-28 12:26:18 -07:00
parent d2d0accd2c
commit 58ddde7dfc
4 changed files with 23 additions and 0 deletions

View File

@ -4,6 +4,14 @@ services:
image: ghcr.io/dgtlmoon/changedetection.io
container_name: changedetection
hostname: changedetection
extra_hosts:
- 'chat.thesatelliteoflove.com:172.20.0.5'
labels:
glance.name: Changedetection
glance.icon: si:watchtower
glance.url: https://watcher.thesatelliteoflove.com/
glance.description: Changedetection
glance.id: changedetection
volumes:
- changedetection-data:/datastore
# Configurable proxy list support, see https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#proxy-list-support
@ -85,6 +93,9 @@ services:
# RECOMMENDED FOR FETCHING PAGES WITH CHROME
sockpuppetbrowser:
hostname: sockpuppetbrowser
labels:
glance.parent: changedetection
glance.name: Browser
image: dgtlmoon/sockpuppetbrowser:latest
cap_add:
- SYS_ADMIN