1 parent 04aab39 commit 2c909e6Copy full SHA for 2c909e6
1 file changed
tests/e2e/docker-compose.test.yml
@@ -12,6 +12,7 @@ services:
12
context: ../../compute-agent
13
dockerfile: Dockerfile
14
environment:
15
+ - PERSYS_VAULT_ENABLED=false
16
- PERSYS_TLS_ENABLED=false
17
- PERSYS_GRPC_PORT=50051
18
- PERSYS_LOG_LEVEL=info
@@ -34,6 +35,7 @@ services:
34
35
36
command: ["./persys-scheduler", "-insecure"]
37
38
39
- ETCD_ENDPOINTS=etcd:2379
40
- GRPC_PORT=8085
41
- METRICS_PORT=8084
0 commit comments