feat: add config for graph test
ci-agent / build (push) Has been cancelled

This commit is contained in:
d3m0k1d
2026-04-05 08:40:34 +03:00
parent e9fdaf8711
commit 4a00c95d25
3 changed files with 16 additions and 20 deletions
+2
View File
@@ -29,6 +29,7 @@ services:
container_name: hellreign-backend
environment:
CONFIG_FILE: /etc/hellreign/config.yml
GRAPH_YAML_PATH: /etc/hellreign/services.yaml
SSL_CERT_DIR: /var/lib/hellreign/ssl
SERVER_SAN_DNS: localhost,backend
SERVER_SAN_IP: 127.0.0.1
@@ -37,6 +38,7 @@ services:
- "9001:9001"
volumes:
- ./backend/config.yml:/etc/hellreign/config.yml:ro
- ./services.yaml:/etc/hellreign/services.yaml:ro
- backend_data:/var/lib/hellreign
depends_on:
clickhouse:
+11
View File
@@ -0,0 +1,11 @@
nodes:
test-agent-1:
services:
nginx:
depends_on:
- sshd
sshd:
depends_on: []
system:
depends_on:
- sshd