fixes and modelgen insert

This commit is contained in:
2026-02-04 09:53:48 -03:00
parent b88f75fce0
commit 30b2e1cf44
52 changed files with 5317 additions and 178 deletions

View File

@@ -23,7 +23,7 @@ services:
POSTGRES_USER: mpr_user
POSTGRES_PASSWORD: mpr_pass
ports:
- "5435:5432"
- "5436:5432"
volumes:
- postgres-data:/var/lib/postgresql/data
healthcheck:
@@ -33,7 +33,7 @@ services:
redis:
image: redis:7-alpine
ports:
- "6380:6379"
- "6381:6379"
volumes:
- redis-data:/data
healthcheck:
@@ -101,7 +101,7 @@ services:
dockerfile: ctrl/Dockerfile
command: python -m mpr.grpc.server
ports:
- "50051:50051"
- "50052:50051"
environment:
<<: *common-env
GRPC_PORT: 50051