Add network configuration to docker-compose.yml

This commit is contained in:
Stan Girard 2024-04-23 00:46:47 +02:00
parent 8b68aeb64f
commit 75a37491fb

View File

@ -107,3 +107,7 @@ services:
- beat
ports:
- 5555:5555
networks:
quivr-network:
driver: bridge