We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fe376 commit f14e853Copy full SHA for f14e853
circle.yml
@@ -1,13 +1,13 @@
1
machine:
2
pre:
3
- - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.13.0
+ - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
4
services:
5
- docker
6
7
dependencies:
8
9
- sudo pip install --upgrade pip
10
- - sudo pip install docker-compose==1.13.0
+ - sudo pip install docker-compose
11
12
test:
13
override:
docker-compose.yml
@@ -1,12 +1,11 @@
-version: "3.0"
+version: "2"
dockerapp:
build: .
ports:
- "5000:5000"
volumes:
- ./app:/app
- depends_on:
- - redis
+
redis:
image: redis:3.2.0
0 commit comments