Skip to content

Commit

Permalink
Fix zombies and pool confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
paked committed Oct 30, 2015
1 parent 1dbaa31 commit bf40b27
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ roomer:
SERVER: "irc:6667"
SERVER_NAME: "192.168.99.100:6667"
DISPATCH: "vision:8080"
env_file:
- .roomer_env
volumes:
- ../roomer/:/go/src/github.com/bigroom/roomer
links:
Expand All @@ -25,7 +27,7 @@ vision:
- "8080"
links:
- jarvis
- pool
- zombies

mystique:
build: ../mystique
Expand Down Expand Up @@ -66,8 +68,9 @@ store:
- "2380:2380"
- "2379:2379"

pool:
zombies:
build: ../zombies/cmd/pool
env_file: .zombies_env
links:
- store
volumes:
Expand Down

0 comments on commit bf40b27

Please sign in to comment.