feat: update diun 4.32.0

This commit is contained in:
arch3rPro
2026-05-29 03:33:30 +08:00
parent ccd88efb2a
commit 95cbb4b42f
4 changed files with 2 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
additionalProperties:
formFields: []
+8
View File
@@ -0,0 +1,8 @@
watch:
workers: 20
schedule: "0 */6 * * *"
firstCheckNotif: false
providers:
docker:
watchByDefault: true
+19
View File
@@ -0,0 +1,19 @@
services:
diun:
container_name: ${CONTAINER_NAME}
image: crazymax/diun:4.32.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