Add diun
This commit is contained in:
parent
bb4aa9bb35
commit
9ab3981338
1 changed files with 16 additions and 0 deletions
16
00-diun/docker-compose.diun.yml
Normal file
16
00-diun/docker-compose.diun.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
services:
|
||||||
|
diun:
|
||||||
|
image: crazymax/diun:latest
|
||||||
|
container_name: diun
|
||||||
|
command: serve
|
||||||
|
volumes:
|
||||||
|
- diun-data:/data
|
||||||
|
- ${ROOT_INSTALL}/data/diun/diun.yml:/diun.yml:ro
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
environment:
|
||||||
|
- TZ=${TZ}
|
||||||
|
- LOG_LEVEL=info
|
||||||
|
- LOG_JSON=false
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
diun-data:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue