From 180d9f4728f3582c65e4d85f4d93a61dba9c40e8 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 23 Oct 2025 22:43:27 -0700 Subject: [PATCH] Update compose.yaml --- compose.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/compose.yaml b/compose.yaml index c6357c5..eb76a6e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -17,7 +17,7 @@ services: #user: "1000:1000" #user: "10999:10999" networks: - - shared_network + - meshing-around-network debug-console: image: ghcr.io/spudgunman/meshing-around:main @@ -28,7 +28,7 @@ services: volumes: - .:/app:rw networks: - - shared_network + - meshing-around-network meshtasticd: ports: @@ -40,7 +40,7 @@ services: container_name: meshtasticd image: meshtastic/meshtasticd:daily-debian networks: - - shared_network + - meshing-around-network ollama: ports: @@ -54,9 +54,9 @@ services: timeout: 10s retries: 5 networks: - - shared_network + - meshing-around-network -# networks: -# shared_network: -# external: true -# name: meshing-around-network +networks: + shared_network: + external: true + name: meshing-around-network