more colorful and quieter prompt
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
||||
volumes:
|
||||
- './data/couch:/usr/local/var/lib/couchdb'
|
||||
network_mode: host
|
||||
tty: true
|
||||
inventaire:
|
||||
build:
|
||||
context: ./.
|
||||
@@ -21,6 +22,7 @@ services:
|
||||
- ./inventaire:/opt/inventaire
|
||||
working_dir: /opt/inventaire
|
||||
network_mode: host
|
||||
tty: true
|
||||
elasticsearch:
|
||||
image: elasticsearch:2.4
|
||||
environment:
|
||||
@@ -32,6 +34,8 @@ services:
|
||||
# backup folder when ES container is removed
|
||||
- './data/es:/usr/share/elasticsearch/data'
|
||||
network_mode: host
|
||||
logging:
|
||||
driver: none
|
||||
entities-search-engine:
|
||||
build:
|
||||
context: ./.
|
||||
@@ -43,3 +47,6 @@ services:
|
||||
- ./entities-search-engine:/opt/entities-search-engine
|
||||
working_dir: /opt/entities-search-engine
|
||||
network_mode: host
|
||||
logging:
|
||||
driver: none
|
||||
|
||||
|
||||
Reference in New Issue
Block a user