remove entities-search-engine

This commit is contained in:
jums
2020-11-28 16:27:52 +01:00
parent 9b77830c3a
commit f486a31154
5 changed files with 4 additions and 54 deletions

View File

@@ -35,17 +35,3 @@ services:
network_mode: host
logging:
driver: none
entities-search-engine:
build:
context: ./.
dockerfile: Dockerfile.entities-search-engine
command: 'node server/server.js'
ports:
- "3213:3213"
volumes:
- ./entities-search-engine:/opt/entities-search-engine
working_dir: /opt/entities-search-engine
network_mode: host
logging:
driver: none