feat: update diun 4.29.0

This commit is contained in:
arch3rPro
2025-07-08 00:10:40 +08:00
parent 5d53667596
commit 05ee61a32d
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
additionalProperties:
formFields: []

View File

@@ -0,0 +1,8 @@
watch:
workers: 20
schedule: "0 */6 * * *"
firstCheckNotif: false
providers:
docker:
watchByDefault: true

View File

@@ -0,0 +1,19 @@
services:
diun:
container_name: ${CONTAINER_NAME}
image: crazymax/diun:4.29.0
command: serve
restart: always
networks:
- 1panel-network
volumes:
- ./data:/data
- ./diun.yml:/diun.yml:ro
- /var/run/docker.sock:/var/run/docker.sock
environment:
- "TZ=Asia/Shanghai"
- "LOG_LEVEL=info"
- "LOG_JSON=false"
networks:
1panel-network:
external: true