Logo
Explore Help
Sign In
gaspersic/freeCodeCamp
1
0
Fork 0
You've already forked freeCodeCamp
Code Issues Pull Requests Projects Releases Wiki Activity
freeCodeCamp/docker-compose-shared.yml

21 lines
404 B
YAML
Raw Normal View History

fix(DOCS): Typo in comments (#38778)
2020-05-10 05:58:34 -04:00
# Docker Compose override file for FreeCodeCamp
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 16:51:09 +13:00
#
# Run with:
# docker-compose -f docker-compose.yml -f docker-compose-shared.yml up
#
version: "3"
services:
db:
networks:
- shared
mailhog:
networks:
- shared
freecodecamp:
networks:
- shared
networks: # Used by by other projects like open-api
shared:
driver: bridge
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 469ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API