Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker MongoDB has leading slash on MONGO_NAME #308

Merged
merged 1 commit into from
Dec 11, 2016
Merged

Conversation

satterly
Copy link
Member

Example Docker Image environment variables...

$ docker run --link alerta-db:mongo -e AUTH_REQUIRED=$AUTH_REQUIRED -e PROVIDER=$PROVIDER -e CLIENT_ID=$CLIENT_ID -e CLIENT_SECRET=$CLIENT_SECRET -e ALLOWED_EMAIL_DOMAIN=$ALLOWED_EMAIL_DOMAIN -t -i -p 49901:80 alerta/alerta-web env
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HOSTNAME=d3d51074849d
TERM=xterm
MONGO_PORT=tcp://172.17.0.2:27017
MONGO_PORT_27017_TCP=tcp://172.17.0.2:27017
MONGO_PORT_27017_TCP_ADDR=172.17.0.2
MONGO_PORT_27017_TCP_PORT=27017
MONGO_PORT_27017_TCP_PROTO=tcp
MONGO_NAME=/fervent_payne/mongo
MONGO_ENV_no_proxy=*.local, 169.254/16
MONGO_ENV_GOSU_VERSION=1.7
MONGO_ENV_MONGO_MAJOR=3.4
MONGO_ENV_MONGO_VERSION=3.4.0
MONGO_ENV_MONGO_PACKAGE=mongodb-org
AUTH_REQUIRED=True
PROVIDER=google
CLIENT_ID=
CLIENT_SECRET=
ALLOWED_EMAIL_DOMAIN=example.com
no_proxy=*.local, 169.254/16
ALERTA_SVR_CONF_FILE=/alertad.conf
BASE_URL=/api
ADMIN_USERS=not-set
CUSTOMER_VIEWS=False
ALLOWED_GITHUB_ORGS=*
GITLAB_URL=not-set
ALLOWED_GITLAB_GROUPS=*
PLUGINS=reject
ORIGIN_BLACKLIST=not-set
ALLOWED_ENVIRONMENTS=Production,Development
HOME=/root

@satterly satterly merged commit 210f3e1 into master Dec 11, 2016
@satterly satterly deleted the fix-docker-mongodb branch January 13, 2018 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant