forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
30 lines (28 loc) · 853 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
### Rocket.Chat configuration
RC_DOCKERFILE = apps/meteor/.docker/Dockerfile
# Rocket.Chat version
# see:- https://github.com/RocketChat/Rocket.Chat/releases
RELEASE=
# MongoDB endpoint (include ?replicaSet= parameter)
MONGO_URL=mongodb://mongo:27017/rocketchat \
# MongoDB endpoint to the local database
MONGO_OPLOG_URL=
# IP to bind the process to
BIND_IP=
# URL used to access your Rocket.Chat instance
ROOT_URL= http://localhost:3000
# Port Rocket.Chat runs on (in-container)
PORT=3000
# Port on the host to bind to
HOST_PORT=
### MongoDB configuration
# MongoDB version/image tag
MONGODB_VERSION=
# See:- https://hub.docker.com/r/bitnami/mongodb
### Traefik config (if enabled)
# Traefik version/image tag
TRAEFIK_RELEASE=
# Domain for https (change ROOT_URL & BIND_IP accordingly)
DOMAIN=
# Email for certificate notifications
LETSENCRYPT_EMAIL=