Skip to content

Commit

Permalink
Incorporate kitgary's fix to docker-compose linking
Browse files Browse the repository at this point in the history
  • Loading branch information
edwastone committed Sep 6, 2016
1 parent 9fafdfb commit f5b73d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ version: '2'
services:
users-service:
build: ./users-service
container_name: users_service
ports:
- "8123:8123"
links:
- db:db
depends_on:
- db
environment:
- DATABASE_HOST=db
db:
build: ./test-database
build: ./test-database

0 comments on commit f5b73d6

Please sign in to comment.