Skip to content

Commit

Permalink
Remove uwazi-installer service, closes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
fititnt committed Oct 16, 2018
1 parent 1e470a1 commit eff6927
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@ services:
- elasticsearch
- mongo

uwazi-installer:
build: ./
restart: "no"
working_dir: /home/node/uwazi
environment:
- DBHOST=mongo
- DATABASE_NAME=uwazi_development
- ELASTICSEARCH_URL=http://elasticsearch:9200
- IS_FIRST_RUN=true
depends_on:
- elasticsearch
- mongo

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:5.5.3
restart: unless-stopped
Expand Down

0 comments on commit eff6927

Please sign in to comment.