build(docker): Expose mailhog port.
build(Docker): Improve wording.
build(docker): Mailhog and network changes.
* Add mailhog container to shared network to enable connectivity
* Configure project name for docker compose in .env sample file,
without it the basename of the repo directory is used, which
makes it unreachable for other services
* Set mailhog host to mailhog (instead of localhost) if MAILHOG_HOST
env var is set
* Expose 1025 to enable local troubleshooting
build(docker): Update README to reflect compose changes.
31 lines
537 B
Bash
31 lines
537 B
Bash
COMPOSE_PROJECT_NAME=freecodecamp
|
|
MONGOHQ_URL='mongodb://localhost:27017/freecodecamp'
|
|
|
|
OPBEAT_FRONTEND_ORG_ID=stuff
|
|
OPBEAT_FRONTEND_APP_ID=stuff
|
|
|
|
FACEBOOK_ID=stuff
|
|
FACEBOOK_SECRET=stuff
|
|
|
|
GITHUB_ID=stuff
|
|
GITHUB_SECRET=stuff
|
|
|
|
GOOGLE_ID=stuff
|
|
GOOGLE_SECRET=stuff
|
|
|
|
LINKEDIN_ID=stuff
|
|
LINKEDIN_SECRET=stuff
|
|
|
|
TWITTER_KEY=stuff
|
|
TWITTER_SECRET=stuff
|
|
TWITTER_TOKEN=stuff
|
|
TWITTER_TOKEN_SECRET=stuff
|
|
|
|
SESSION_SECRET=secretstuff
|
|
COOKIE_SECRET='this is a secret'
|
|
|
|
PEER=stuff
|
|
DEBUG=true
|
|
|
|
IMAGE_BASE_URL='https://s3.amazonaws.com/freecodecamp/images/'
|