From b0507a7946b8cc9c968ec25704283e3272cf974d Mon Sep 17 00:00:00 2001 From: Torben Brenner Date: Fri, 23 May 2025 16:32:17 +0200 Subject: [PATCH] fix: add beam-send to project network --- modules/beam-file-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/beam-file-compose.yml b/modules/beam-file-compose.yml index 9fab232..c5dc68f 100644 --- a/modules/beam-file-compose.yml +++ b/modules/beam-file-compose.yml @@ -12,6 +12,8 @@ services: # Only uncomment if your are sure what to do # ports: # - 8085:8085 + networks: + - ${PROJECT}_default volumes: - /var/cache/bridgehead/beam-file-out/:/data profiles: ["beam-file-sender"]