fix: use local proxy network

This commit is contained in:
2026-08-01 22:34:30 +01:00
parent 98346336ea
commit f0c0c43f04
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
APP_HOST=cleanstream-connector.test
SHARED_NETWORK=ordernow-shared
SHARED_NETWORK=local-proxy
MEDIA_ROOT=/absolute/path/to/video-library
PAIRING_SECRET=replace-with-a-long-random-secret
+1
View File
@@ -0,0 +1 @@
.env
+1 -1
View File
@@ -25,4 +25,4 @@ services:
networks:
shared:
external: true
name: ${SHARED_NETWORK:-ordernow-shared}
name: ${SHARED_NETWORK:-local-proxy}