mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 17:03:04 +02:00
Update compose.yaml
This commit is contained in:
+8
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user