Merged in bugfix/livetests (pull request #71)
Live Tests * testfixes * lint * vendor
This commit is contained in:
@@ -34,8 +34,14 @@ services:
|
||||
image: queryorchestration:latest
|
||||
command: ["./docSyncRunner"]
|
||||
depends_on:
|
||||
- db
|
||||
- localstack
|
||||
localstack:
|
||||
condition: service_healthy
|
||||
db:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "8082:8080"
|
||||
expose:
|
||||
- 8080
|
||||
environment:
|
||||
LOG_LEVEL: DEBUG
|
||||
QUEUE_URL: ${DOCUMENT_SYNC_URL}
|
||||
@@ -64,7 +70,7 @@ services:
|
||||
db:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "8082:8080"
|
||||
- "8083:8080"
|
||||
expose:
|
||||
- 8080
|
||||
environment:
|
||||
@@ -95,7 +101,7 @@ services:
|
||||
db:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "8083:8080"
|
||||
- "8084:8080"
|
||||
expose:
|
||||
- 8080
|
||||
environment:
|
||||
@@ -126,7 +132,7 @@ services:
|
||||
db:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "8084:8080"
|
||||
- "8085:8080"
|
||||
expose:
|
||||
- 8080
|
||||
environment:
|
||||
@@ -157,7 +163,7 @@ services:
|
||||
db:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "8085:8080"
|
||||
- "8086:8080"
|
||||
expose:
|
||||
- 8080
|
||||
environment:
|
||||
@@ -188,7 +194,7 @@ services:
|
||||
db:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "8086:8080"
|
||||
- "8080:8080"
|
||||
expose:
|
||||
- 8080
|
||||
environment:
|
||||
@@ -219,7 +225,7 @@ services:
|
||||
db:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "8087:8080"
|
||||
- "8088:8080"
|
||||
expose:
|
||||
- 8080
|
||||
environment:
|
||||
@@ -250,7 +256,7 @@ services:
|
||||
db:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "8088:8080"
|
||||
- "8089:8080"
|
||||
expose:
|
||||
- 8080
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user