post decaffeinate compose
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Use with `docker-compose.yml`. Use the -f option
|
||||
# Override `docker-compose.yml`. Use the -f option
|
||||
# to specify the list of files. Compose merges files in the
|
||||
# order they’re specified on the command line.
|
||||
# See https://docs.docker.com/compose/extends
|
||||
@@ -6,7 +6,6 @@ version: '3'
|
||||
services:
|
||||
couch:
|
||||
volumes:
|
||||
# backup folder when container is removed
|
||||
- './data/couch-test:/usr/local/var/lib/couchdb'
|
||||
inventaire:
|
||||
ports: [ "3009:3009" ]
|
||||
|
||||
@@ -31,7 +31,6 @@ services:
|
||||
ports :
|
||||
- '127.0.0.1:9200:9200'
|
||||
volumes:
|
||||
# backup folder when ES container is removed
|
||||
- './data/es:/usr/share/elasticsearch/data'
|
||||
network_mode: host
|
||||
logging:
|
||||
@@ -40,7 +39,7 @@ services:
|
||||
build:
|
||||
context: ./.
|
||||
dockerfile: Dockerfile.entities-search-engine
|
||||
command: 'node_modules/coffee-script/bin/coffee server/server.coffee'
|
||||
command: 'node server/server.js'
|
||||
ports:
|
||||
- "3213:3213"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user