Switch server bridge to PyMax
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
||||
QMax__PairingCode: ${QMAX_PAIRING_CODE}
|
||||
QMax__MaxPhoneNumber: ${QMAX_MAX_PHONE_NUMBER}
|
||||
QMax__MaxMode: Worker
|
||||
QMax__MaxWorkerBaseUrl: http://qmax-max-worker:3001
|
||||
QMax__MaxWorkerBaseUrl: http://qmax-pymax-worker:3002
|
||||
QMax__CorsAllowedOrigins: ${QMAX_CORS_ALLOWED_ORIGINS:-}
|
||||
QMax__PushEnabled: ${QMAX_PUSH_ENABLED:-true}
|
||||
QMax__PushShowPreview: ${QMAX_PUSH_SHOW_PREVIEW:-true}
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
ports:
|
||||
- "127.0.0.1:18080:8080"
|
||||
depends_on:
|
||||
- qmax-max-worker
|
||||
- qmax-pymax-worker
|
||||
networks:
|
||||
- qmax
|
||||
|
||||
|
||||
Reference in New Issue
Block a user