Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Commit

Permalink
Downgraded docker-compose version
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Fernandes <[email protected]>
  • Loading branch information
msfernandes committed Nov 28, 2017
1 parent 8ad8cbf commit f9eedd1
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2.3'
version: '2'
services:
nginx:
image: labhackercd/nginx-edemocracia
Expand All @@ -17,11 +17,6 @@ services:

db:
image: postgres
healthcheck:
test: runuser postgres -c "pg_isready"
interval: 10s
timeout: 10s
retries: 5
environment:
POSTGRES_USER: root
POSTGRES_PASSWORD: root
Expand All @@ -31,6 +26,7 @@ services:
- colab_data:/var/lib/postgresql/data/

colab:
# build: .
image: labhackercd/edemocracia-colab
command: ./start-colab.sh
environment:
Expand Down Expand Up @@ -78,11 +74,6 @@ services:

redis:
image: redis:alpine
healthcheck:
test: redis-cli ping
interval: 10s
timeout: 10s
retries: 5

audienciasweb:
image: labhackercd/audiencias-publicas
Expand Down Expand Up @@ -175,7 +166,7 @@ services:
- 'audienciasweb'

wikilegisweb:
image: labhackercd/wikilegis:1.3.0
image: labhackercd/wikilegis
command: ./start.sh
restart: on-failure
links:
Expand Down

0 comments on commit f9eedd1

Please sign in to comment.