Skip to content

Commit

Permalink
#2935: docker-compose, remove 'network_mode: bridge'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed May 1, 2018
1 parent c14150e commit 3889788
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,50 +3,41 @@ services:
mariadb:
hostname: mariadb
image: jeff1evesque/ml-mariadb:0.7
network_mode: bridge

mongodb:
hostname: mongodb
image: jeff1evesque/ml-mongodb:0.7
network_mode: bridge

redis:
hostname: redis
image: jeff1evesque/ml-redis:0.7
network_mode: bridge

browserify:
hostname: browserify
image: jeff1evesque/ml-browserify:0.7
network_mode: bridge

sass:
hostname: sass
image: jeff1evesque/ml-sass:0.7
network_mode: bridge

webserver-api:
hostname: webserver-api
image: jeff1evesque/ml-webserver:0.7
network_mode: bridge
command: ['api', '0.0.0.0', '6001', '6']

webserver-web:
hostname: webserver-web
image: jeff1evesque/ml-webserver:0.7
network_mode: bridge
command: ['web', '0.0.0.0', '5001', '6']

nginx-api:
hostname: nginx-api
image: jeff1evesque/ml-nginx-api:0.7
network_mode: bridge
ports:
- 9090:6000/tcp

nginx-web:
hostname: nginx-web
image: jeff1evesque/ml-nginx-web:0.7
network_mode: bridge
ports:
- 8080:5000/tcp

0 comments on commit 3889788

Please sign in to comment.