mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat: update diun 4.29.0
This commit is contained in:
2
apps/diun/4.29.0/data.yml
Normal file
2
apps/diun/4.29.0/data.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields: []
|
||||||
8
apps/diun/4.29.0/diun.yml
Normal file
8
apps/diun/4.29.0/diun.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
watch:
|
||||||
|
workers: 20
|
||||||
|
schedule: "0 */6 * * *"
|
||||||
|
firstCheckNotif: false
|
||||||
|
|
||||||
|
providers:
|
||||||
|
docker:
|
||||||
|
watchByDefault: true
|
||||||
19
apps/diun/4.29.0/docker-compose.yml
Normal file
19
apps/diun/4.29.0/docker-compose.yml
Normal 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
|
||||||
Reference in New Issue
Block a user