mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-05 21:04:28 +08:00
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.
|
||
|---|---|---|
| .. | ||
| boot | ||
| manifests | ||
| middlewares | ||
| models | ||
| resources | ||
| services | ||
| utils | ||
| views | ||
| component-passport.js | ||
| config.development.js | ||
| config.json | ||
| config.local.js | ||
| config.production.js | ||
| datasources.development.js | ||
| datasources.json | ||
| datasources.production.js | ||
| debug-entry.js | ||
| middleware.json | ||
| model-config.json | ||
| passport-providers.js | ||
| production-start.js | ||
| README.md | ||
| server.js | ||
Everything to do with the server.
One file that is not tracked here is rev-manifest.json.
It is generated at runtime and its contents change as the contents
of client side files change.