This commit is contained in:
2026-04-21 11:16:43 -04:00
parent ee742976e2
commit ad4c607dfb
2 changed files with 40 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
name: diun
services:
diun:
image: crazymax/diun:latest
restart: unless-stopped
container_name: diun
command: serve
env_file:
- .env
volumes:
- "./data:/data"
- "./diun.yml:/diun.yml:ro"
- "/var/run/docker.sock:/var/run/docker.sock"
environment:
- "TZ=America/New_York"
labels:
- "diun.enable=true"