fix: use local proxy network
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
.env
|
||||
@@ -25,4 +25,4 @@ services:
|
||||
networks:
|
||||
shared:
|
||||
external: true
|
||||
name: ${SHARED_NETWORK:-ordernow-shared}
|
||||
name: ${SHARED_NETWORK:-local-proxy}
|
||||
|
||||
Reference in New Issue
Block a user