setup entities-search-engine

-use of Dockerfile versus run from docker-compose.yml, because
docker alone can build services. move dockerfiles to root folder of
each repos?
-cleanup dockerfile.inventaire setup
This commit is contained in:
Vincent Jumo
2018-10-09 15:03:59 +02:00
parent 7bb5785f60
commit b3e466b380
5 changed files with 17 additions and 11 deletions

View File

@@ -30,7 +30,9 @@ services:
# backup folder when ES container is removed
- './data/es:/usr/share/elasticsearch/data'
entities-search-engine:
image: node:8
build:
context: ./.
dockerfile: Dockerfile.entities-search-engine
command: 'node_modules/coffee-script/bin/coffee server/server.coffee'
ports:
- "3213:3213"