update images & add apparmor profile

This commit is contained in:
Leon Morten Richter 2023-03-04 15:43:20 +01:00
parent 190c82b021
commit 11b94fe592
No known key found for this signature in database
GPG key ID: DC00D426A10A6E2B
14 changed files with 81 additions and 10 deletions

View file

@ -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