Docker configuration

This commit is contained in:
Vorezal 2026-01-31 17:53:26 +00:00
parent fc0b1a2505
commit 0d2d1b90c8
4 changed files with 71 additions and 1 deletions

14
compose-example.yaml Normal file
View file

@ -0,0 +1,14 @@
services:
dockcheck:
image: dockcheck:latest
restart: unless-stopped
environment:
CRON_SCHEDULE: "0 * * * *"
DOCKCHECK_ARGS: "-mniI -x 10"
CRON_SCHEDULE_1: "30 1 * * *"
DOCKCHECK_ARGS_1: "-milap -x 1"
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
- ./dockcheck.config:/app/dockcheck.config
- /path/to/projects/docker:/path/to/projects/docker:ro