mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 09:52:56 +00:00
refactor: use core supplied mappings
This commit is contained in:
committed by
Rainer Killinger
parent
614a1b1e9b
commit
43a89ec4f2
@@ -10,7 +10,6 @@ services:
|
||||
NODE_CONFIG_ENV: "elasticsearch"
|
||||
NODE_ENV: "integration-test"
|
||||
ALLOW_NO_TRANSPORT: "true"
|
||||
ES_FORCE_MAPPING_UPDATE: "true"
|
||||
ES_ADDR: "http://elasticsearch:9200"
|
||||
|
||||
elasticsearch:
|
||||
@@ -25,4 +24,4 @@ services:
|
||||
STAPPS_EXIT_LEVEL: "8"
|
||||
volumes:
|
||||
- ./node_modules/@openstapps/core/test/resources:/@openstapps/core/test/resources:ro
|
||||
command: e2e http://backend:3000 --waiton tcp:backend:3000 --samples /@openstapps/core/test/resources
|
||||
command: e2e http://backend:3000 --waiton tcp:backend:3000 --samples /@openstapps/core/test/resources/indexable
|
||||
|
||||
Reference in New Issue
Block a user