more colorful and quieter prompt

This commit is contained in:
Vincent Jumo
2019-04-15 17:19:30 +02:00
parent 297293bea8
commit c56fc67920

View File

@@ -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