add Authentik & changedetection
This commit is contained in:
16
changedetect/docker-compose.yaml
Normal file
16
changedetect/docker-compose.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
services:
|
||||
changedetection:
|
||||
image: lscr.io/linuxserver/changedetection.io:latest
|
||||
container_name: changedetection
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- BASE_URL= #optional
|
||||
- PLAYWRIGHT_DRIVER_URL= #optional
|
||||
volumes:
|
||||
- /home/soenke/docker-data/changedetect/config:/config
|
||||
ports:
|
||||
- 5238:5000
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user