mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-18 15:42:54 +00:00
feat: add support for new availability filter
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
- "3000:3000"
|
||||
build: .
|
||||
environment:
|
||||
STAPPS_LOG_LEVEL: "31"
|
||||
STAPPS_LOG_LEVEL: "31"
|
||||
STAPPS_EXIT_LEVEL: "8"
|
||||
NODE_CONFIG_ENV: "elasticsearch"
|
||||
NODE_ENV: "integration-test"
|
||||
@@ -21,6 +21,6 @@ services:
|
||||
apicli:
|
||||
image: "registry.gitlab.com/openstapps/api/cli:latest"
|
||||
environment:
|
||||
STAPPS_LOG_LEVEL: "31"
|
||||
STAPPS_LOG_LEVEL: "31"
|
||||
STAPPS_EXIT_LEVEL: "8"
|
||||
command: e2e http://backend:3000 --waiton tcp:backend:3000
|
||||
|
||||
Reference in New Issue
Block a user