ソースを参照

added external network for prom pushgw

Toastie 2 ヶ月 前
コミット
41e2c57df3
1 ファイル変更5 行追加0 行削除
  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