mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-15 07:48:14 +01:00
Docker configuration
This commit is contained in:
parent
fc0b1a2505
commit
0d2d1b90c8
4 changed files with 71 additions and 1 deletions
14
compose-example.yaml
Normal file
14
compose-example.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue