mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2026-01-11 11:49:33 +00:00
update images & add apparmor profile
This commit is contained in:
parent
190c82b021
commit
11b94fe592
14 changed files with 81 additions and 10 deletions
|
|
@ -77,3 +77,16 @@ services:
|
|||
networks:
|
||||
- default
|
||||
restart: unless-stopped
|
||||
|
||||
# https://github.com/SuperQ/smokeping_prober
|
||||
smokeping:
|
||||
image: quay.io/superq/smokeping-prober:latest
|
||||
container_name: mikrotik-smokeping-prober
|
||||
security_opt:
|
||||
- apparmor:docker-mikrotik-monitoring
|
||||
command: --config.file=/etc/smokeping/smokeping.yml
|
||||
volumes:
|
||||
- ./smokeping/smokeping.yml:/etc/smokeping/smokeping.yml
|
||||
networks:
|
||||
- default
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue