Skip to content

Commit f14e853

Browse files
committed
fix circle.yml
1 parent b1fe376 commit f14e853

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
machine:
22
pre:
3-
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.13.0
3+
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
44
services:
55
- docker
66

77
dependencies:
88
pre:
99
- sudo pip install --upgrade pip
10-
- sudo pip install docker-compose==1.13.0
10+
- sudo pip install docker-compose
1111

1212
test:
1313
override:

docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
version: "3.0"
1+
version: "2"
22
services:
33
dockerapp:
44
build: .
55
ports:
66
- "5000:5000"
77
volumes:
88
- ./app:/app
9-
depends_on:
10-
- redis
9+
1110
redis:
1211
image: redis:3.2.0

0 commit comments

Comments
 (0)