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

build(docker): Allows sharing of network #16937

Merged
merged 1 commit into from Mar 30, 2018

Commits on Mar 30, 2018

  1. feat: Allows sharing of network

    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.
    ojongerius committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    02e2b8f View commit details
    Browse the repository at this point in the history