First batch

This commit is contained in:
Yugi
2025-04-13 00:25:40 +02:00
commit fd170b4e5d
18 changed files with 451 additions and 0 deletions

15
Diun/docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
name: diun
services:
diun:
image: crazymax/diun:latest
command: serve
volumes:
- "/zstore/Docker-volumes/Diun/data:/data"
- "./diun.yml:/diun.yml:ro"
- "/var/run/docker.sock:/var/run/docker.sock"
environment:
- "TZ=Europe/Paris"
- "LOG_LEVEL=info"
- "LOG_JSON=false"
restart: always