Commit Graph

3 Commits

Author SHA1 Message Date
Tigerjones
05f11a7007
fix: update docker-compose-shared.yml (#39807)
Changed 'FreeCodeCamp' to 'freeCodeCamp'. And removed the extra 'by" in line 18
2020-10-06 23:50:54 +05:30
MarceloDamian
5ad48205a4
fix(DOCS): Typo in comments (#38778) 2020-05-10 15:28:34 +05:30
Otto Jongerius
ef37c3bee2 feat: Allows sharing of network (#16937)
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.
2018-03-30 09:21:09 +05:30