feat: added dockerfiles and docker compose setup

This commit is contained in:
ITQ
2025-11-11 21:39:25 +03:00
parent 2c5b1c1dd6
commit f93bcaea03
10 changed files with 3458 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
GRPC_ENABLE_REFLECTION=true
HTTP_HANDLER_ENABLE=true
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_USERNAME=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DATABASE=postgres
REDIS_URI=redis://redis:6379