Set dev image back to the default
This commit is contained in:
parent
21182629b4
commit
50a873dbba
|
@ -37,11 +37,12 @@ services:
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: pathogen/manticore:kibana
|
#image: pathogen/manticore:kibana
|
||||||
build:
|
image: manticoresearch/manticore:dev
|
||||||
context: ./docker/manticore
|
#build:
|
||||||
args:
|
# context: ./docker/manticore
|
||||||
DEV: 2
|
# args:
|
||||||
|
# DEV: 1
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 9308
|
- 9308
|
||||||
|
@ -57,7 +58,6 @@ services:
|
||||||
hard: -1
|
hard: -1
|
||||||
environment:
|
environment:
|
||||||
- MCL=1
|
- MCL=1
|
||||||
- DEV=2
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/data:/var/lib/manticore
|
- ./docker/data:/var/lib/manticore
|
||||||
- ./docker/manticore.conf:/etc/manticoresearch/manticore.conf
|
- ./docker/manticore.conf:/etc/manticoresearch/manticore.conf
|
||||||
|
|
Loading…
Reference in New Issue