Compare commits
4 Commits
32f6b397e8
...
7b07182b36
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b07182b36 | ||
|
|
a5f5aec231 | ||
|
|
2749fb0cfc | ||
|
|
b629eb6835 |
28
journals/2024_01_15.md
Normal file
28
journals/2024_01_15.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
- https://home.tdarr.io/ #Transcode #SelfHosted
|
||||||
|
- https://crazymax.dev/diun/ #SelfHosted
|
||||||
|
- **D**ocker **I**mage **U**pdate **N**otifier
|
||||||
|
- ```
|
||||||
|
version: "3.5"
|
||||||
|
|
||||||
|
services:
|
||||||
|
diun:
|
||||||
|
image: crazymax/diun:latest
|
||||||
|
container_name: diun
|
||||||
|
command: serve
|
||||||
|
volumes:
|
||||||
|
- "./data:/data"
|
||||||
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||||
|
environment:
|
||||||
|
- "TZ=Europe/Berlin"
|
||||||
|
- "LOG_LEVEL=info"
|
||||||
|
- "LOG_JSON=false"
|
||||||
|
- "DIUN_WATCH_WORKERS=20"
|
||||||
|
- "DIUN_WATCH_SCHEDULE=0 */6 * * *"
|
||||||
|
- "DIUN_WATCH_JITTER=30s"
|
||||||
|
- "DIUN_PROVIDERS_DOCKER=true"
|
||||||
|
- "DIUN_PROVIDERS_DOCKER_WATCHBYDEFAULT=true"
|
||||||
|
- "DIUN_NOTIF_TELEGRAM_TOKEN=1328575492:AAHI9hZaqRyXVMaDaT3HBMZhcrhSiiPIaPg"
|
||||||
|
- "DIUN_NOTIF_TELEGRAM_CHATIDS=-409210277"
|
||||||
|
- "DIUN_NOTIF_TELEGRAM_TEMPLATEBODY=Docker tag {{ .Entry.Image }} which you subscribed to through {{ .Entry.Provider }} provider has been released."
|
||||||
|
restart: always
|
||||||
|
```
|
||||||
2
pages/UUID=FC28449328444EB8.md
Normal file
2
pages/UUID=FC28449328444EB8.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
-
|
||||||
|
-
|
||||||
Loading…
x
Reference in New Issue
Block a user