Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
add maildev as a new service (#75)
Browse files Browse the repository at this point in the history
* add maildev as a new service

* change ports

* add maildev as a new service

change ports

* add maildev enabled environment variable for relevant services

* Remove yarn lock file
  • Loading branch information
heyitsmaimai authored and Wardormeur committed May 28, 2018
1 parent 39acf35 commit caa8eb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
- eventbrite
- organisations
- events-service
- maildev
environment:
- CD_USERS=users
- CD_DOJOS=dojos
Expand All @@ -36,6 +37,7 @@ services:
- CD_ORGANISATIONS=organisations
- EVENTS_SERVICE=events-service
- NODE_ENV=development
- MAILDEV_ENABLED=true
volumes:
- ./workspace-zen/cp-zen-platform:/usr/src/app:Z
- ./workspace-zen/cp-zen-frontend:/usr/src/app/node_modules/cp-zen-frontend:ro
Expand Down Expand Up @@ -64,6 +66,7 @@ services:
- KUE_REQUIRED='true'
- KUE_HOST=kue
- GOOGLE_MAPS_KEY=AIzaSyBA4xICXGjxFVQRBTBM7Wo_6d0pfaG7-Us
- MAILDEV_ENABLED=true
depends_on:
- db
- kue
Expand All @@ -82,6 +85,7 @@ services:
- CD_BADGES=badges
- POSTGRES_HOST=db
- CDF_ADMINS=admin@coderdojo.org,daniel@coderdojo.org
- MAILDEV_ENABLED=true
depends_on:
- db
volumes:
Expand Down Expand Up @@ -153,5 +157,9 @@ services:
- db
volumes:
- ./workspace-zen/services/events-service:/usr/src/app:Z
maildev:
image: djfarrelly/maildev
ports:
- '1080:80'
volumes:
pg-data:

0 comments on commit caa8eb6

Please sign in to comment.