This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
rocketchat/.envrc.sample

26 lines
1000 B
Plaintext

export SERVICE=rocketchat
export DOMAIN=rocketchat.example.com
export STACK_NAME=rocketchat
export LETS_ENCRYPT_ENV=production
# https://docs.rocket.chat/guides/administrator-guides/settings-via-env-vars
export ADMIN_USERNAME=admin
export ADMIN_EMAIL=rocketchat@example.com
export ENTRYPOINT_CONF_VERSION=v1
# OAuth with Keycloak
#export COMPOSE_FILE="compose.yml:compose.oauth.yml"
#export Accounts_OAuth_Custom-Keycloak-url="https://id.example.com/auth"
#export Accounts_OAuth_Custom-Keycloak-token_path="/realms/realmname/protocol/openid-connect/token"
#export Accounts_OAuth_Custom-Keycloak-identity_path="/realms/realmname/protocol/openid-connect/userinfo"
#export Accounts_OAuth_Custom-Keycloak-authorize_path="/realms/realmname/protocol/openid-connect/auth"
#export Accounts_OAuth_Custom-Keycloak-id="rocketchat"
#export OAUTH_KEY_VERSION=v1
# SMTP
#export COMPOSE_FILE="compose.yml:compose.mailrelay.yml"
#export SMTP_HOST="postfix_relay_app"
#export FROM_EMAIL="rocketchat@example.com"