Skip to content

Commit

Permalink
tidy work
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnelldean committed Jan 19, 2016
1 parent 512e235 commit d03ce5f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
29 changes: 1 addition & 28 deletions all.yml → services.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,4 @@
redis:
image: redis
ports:
- 6379:6379

elasticsearch:
image: elasticsearch
command:
elasticsearch --network.bind_host=0.0.0.0 --network.publish_host=localhost
ports:
- 9200:9200
- 9300:9300

influx:
image: tutum/influxdb:0.9
ports:
- 8086:8086
- 8083:8083
environment:
- PRE_CREATE_DB="seneca_msgstats"
- ADMIN_USER="msgstats"
- INFLUXDB_INIT_PWD="msgstats"

beanstalkd:
image: schickling/beanstalkd
ports:
- 11300:11300
base:
mesh:
build: ../nodezoo/
container_name: mesh

Expand Down
27 changes: 27 additions & 0 deletions system.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
redis:
image: redis
ports:
- 6379:6379

elasticsearch:
image: elasticsearch
command:
elasticsearch --network.bind_host=0.0.0.0 --network.publish_host=localhost
ports:
- 9200:9200
- 9300:9300

influx:
image: tutum/influxdb:0.9
ports:
- 8086:8086
- 8083:8083
environment:
- PRE_CREATE_DB="seneca_msgstats"
- ADMIN_USER="msgstats"
- INFLUXDB_INIT_PWD="msgstats"

beanstalkd:
image: schickling/beanstalkd
ports:
- 11300:11300
mesh:
build: ../nodezoo/
container_name: mesh
Expand Down

0 comments on commit d03ce5f

Please sign in to comment.