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