Add SSL support to grpc-balancer and update playbook for certificate management

- Modified grpc-balancer.py to start an SSL server using certificates.
- Added Ansible tasks in playbook.yml to create and install SSL certificates.
- Updated docker-compose.yaml to mount the SSL certificate into the container.
This commit is contained in:
vvzvlad
2025-01-20 19:21:12 +03:00
parent b988582553
commit e40e14dea5
3 changed files with 27 additions and 3 deletions

View File

@ -1,4 +1,3 @@
services:
node:
image: ritualnetwork/infernet-node:1.4.0
@ -8,6 +7,7 @@ services:
- ./config.json:/app/config.json
- node-logs:/logs
- /var/run/docker.sock:/var/run/docker.sock
- /root/node/cert.pem:/usr/local/share/ca-certificates/grpcbalancer.crt:ro
tty: true
networks:
- network