From 785dba2703d9742353dc843a0e52ac9d2c61442f Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 26 Dec 2021 12:02:07 -0700 Subject: [PATCH] add ripe atlas probe --- homelab/docker-compose.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/homelab/docker-compose.yaml b/homelab/docker-compose.yaml index bb640c5..fdae566 100644 --- a/homelab/docker-compose.yaml +++ b/homelab/docker-compose.yaml @@ -122,6 +122,16 @@ services: source: /mnt/ext/srv/redis target: /var/lib/redis + atlas: + image: ctassisf/ripe-atlas-alpine:amd64v8 + volumes: + - type: bind + source: /mnt/ext/srv/atlas/etc + target: /var/atlas-probe/etc + - type: bind + source: /mnt/ext/srv/atlas/status + target: /var/atlas-probe/status + secrets: password: file: password