Commit Graph

7 Commits (f0721248df9f32702d2a4e10559af69d5348d417)

Author SHA1 Message Date
Bouncey 46a217d0a5 chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
Otto Jongerius 5d7ed0a1c1 fix: updates comments to reflect name changes (#17254)
CONTRIBUTING has been updated, but the Compose config file still referenced the old name `server`.
2018-05-29 12:57:46 +05:30
Otto Jongerius e63b58a581 build(docker): Use LTS versions of Node and MongoDB. (#17010) 2018-04-03 11:15:02 +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
otar a7f5785b04 docs(Docker): Refactored Docker environment. (#16825)
docker-compose.yml renamed to sample.docker-compose.yml.
docker-compose.yml added to .gitignore so every developer can copy it from sample.docker-compose.yml and make changes according to their local needs.

docs(Docker): Updated docs for Docker install.
Added Docker specific installation instructions.

docs(Docker): Applied changes requested on PR.
Extra 8000 port forwarding removed.
Mongo db configuration moved inside dokcer-compose config.
Cleanup spacing and typos.

docs(Docker): Added docker and docker-compose installation links.
2018-03-23 11:50:21 +05:30
Mrugesh Mohapatra da24e83dfd chore(node): Update node version to 8x
Closes #15951
2017-11-01 01:20:55 +05:30
Alex Coto 37a3870e70 Add docker-compose.yml file
This might be useful for small development environments,
continuous integration and/or continuous delivery.
2016-12-26 13:03:21 -05:00