update 26.7.26
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
# Change these
|
# Change these
|
||||||
REG_TOKEN=
|
REG_TOKEN=
|
||||||
DOMAIN=localhost
|
DOMAIN=localhost
|
||||||
ROOT_URL=http://localhost:5200
|
ROOT_URL=http://localhost:9980
|
||||||
RELEASE=8.6.1
|
RELEASE=8.6.1
|
||||||
# Change to true after you set your domain and valid lets encrypt email
|
# Change to true after you set your domain and valid lets encrypt email
|
||||||
LETSENCRYPT_ENABLED=false
|
LETSENCRYPT_ENABLED=false
|
||||||
@@ -16,4 +16,4 @@ MONGODB_PORT_NUMBER=27017
|
|||||||
# NATS (bundled compose.nats.yml). For external NATS, set NATS_URL and omit compose.nats.yml; see docs/external-nats.md
|
# NATS (bundled compose.nats.yml). For external NATS, set NATS_URL and omit compose.nats.yml; see docs/external-nats.md
|
||||||
NATS_PORT_NUMBER=4223
|
NATS_PORT_NUMBER=4223
|
||||||
NATS_BIND_IP=127.0.0.1
|
NATS_BIND_IP=127.0.0.1
|
||||||
# NATS_URL=monolith+nats://your-nats-host:4222
|
# NATS_URL=monolith+nats://your-nats-host:4222
|
||||||
+1
-1
@@ -8,7 +8,7 @@ services:
|
|||||||
container_tag: "${COMPOSE_PROJECT_NAME:-rocketchat}#rocketchat"
|
container_tag: "${COMPOSE_PROJECT_NAME:-rocketchat}#rocketchat"
|
||||||
environment:
|
environment:
|
||||||
ROOT_URL: ${ROOT_URL:-http://localhost}
|
ROOT_URL: ${ROOT_URL:-http://localhost}
|
||||||
PORT: ${PORT:-3000}
|
PORT: ${PORT:-9980}
|
||||||
DEPLOY_METHOD: docker
|
DEPLOY_METHOD: docker
|
||||||
DEPLOY_PLATFORM: compose
|
DEPLOY_PLATFORM: compose
|
||||||
REG_TOKEN: ${REG_TOKEN:-}
|
REG_TOKEN: ${REG_TOKEN:-}
|
||||||
|
|||||||
Reference in New Issue
Block a user