Skip to content

Commit

Permalink
CI - .env file is not used by automated builds on Docker hub, revert …
Browse files Browse the repository at this point in the history
…the change
  • Loading branch information
ndegory committed Jul 21, 2016
1 parent e9b6541 commit fd72c8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
COMPOSE_PROJECT_NAME=influxdb-ci
INFLUXDB_TAG=latest
TELEGRAF_TAG=latest
CONSUL_TAG=latest-server
COMPOSE_PROJECT_NAME=influxdbci
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
consul:
image: appcelerator/consul:${CONSUL_TAG}
image: appcelerator/consul:latest-server
hostname: consul
ports:
- "8400:8400"
Expand All @@ -17,7 +17,7 @@ services:
dockerfile: Dockerfile

telegraf:
image: appcelerator/telegraf:${TELEGRAF_TAG}
image: appcelerator/telegraf:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/utmp:/var/run/utmp
Expand All @@ -31,7 +31,7 @@ services:
- "ServiceUUId=system.telegraf"

influxdb:
image: appcelerator/influxdb:${INFLUXDB_TAG}
image: appcelerator/influxdb:latest
ports:
- "8086:8086"
- "8083:8083"
Expand Down

0 comments on commit fd72c8f

Please sign in to comment.