Browse Source

added external network for prom pushgw

Toastie 2 months ago
parent
commit
41e2c57df3
1 changed files with 5 additions and 0 deletions
  1. 5 0
      docker-compose.yml

+ 5 - 0
docker-compose.yml

@@ -25,3 +25,8 @@ services:
       - BORG_SOURCE_PATH=${BORG_SOURCE_PATH}
       - BORG_RETENTION=${BORG_RETENTION}
       - CRON=${CRON}
+    networks:
+      - prometheus_pushgateway
+networks:
+  prometheus_pushgateway:
+    external: true