From d03ce5f30807fa4539429f568e3de529f6e62f46 Mon Sep 17 00:00:00 2001 From: Dean McDonnell Date: Tue, 19 Jan 2016 12:31:17 +0000 Subject: [PATCH] tidy work --- all.yml => services.yml | 29 +---------------------------- system.yml | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) rename all.yml => services.yml (50%) diff --git a/all.yml b/services.yml similarity index 50% rename from all.yml rename to services.yml index 972cc4b..05d71f2 100644 --- a/all.yml +++ b/services.yml @@ -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 diff --git a/system.yml b/system.yml index 05d71f2..6801106 100644 --- a/system.yml +++ b/system.yml @@ -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