From 31580db987a730b9c852b8dbe34d99d1cfac1b50 Mon Sep 17 00:00:00 2001 From: Doug Masiero Date: Fri, 20 Dec 2024 09:49:43 -0500 Subject: [PATCH] Add env.example --- env.eample | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 env.eample diff --git a/env.eample b/env.eample new file mode 100644 index 0000000..fdcf16d --- /dev/null +++ b/env.eample @@ -0,0 +1,31 @@ +### Rocket.Chat configuration + +# Rocket.Chat version +# see:- https://github.com/RocketChat/Rocket.Chat/releases +RELEASE=7.1.0 +# MongoDB endpoint (include ?replicaSet= parameter) +#MONGO_URL= +# MongoDB endpoint to the local database +#MONGO_OPLOG_URL= +# IP to bind the process to +BIND_IP=127.0.0.1 +# URL used to access your Rocket.Chat instance +#ROOT_URL= +# Port Rocket.Chat runs on (in-container) +#PORT= +# 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=rocketchat.yourdomain.com +# Email for certificate notifications +LETSENCRYPT_EMAIL=email@yourdomain.com +ROOT_URL=https://rocketchat.yourdomain.com \ No newline at end of file