better naming for celery and grpc

This commit is contained in:
2026-02-06 08:33:48 -03:00
parent c0a3901951
commit 65c3055de6
14 changed files with 19 additions and 20 deletions

View File

@@ -99,7 +99,7 @@ services:
build:
context: ..
dockerfile: ctrl/Dockerfile
command: python -m grpc.server
command: python -m rpc.server
ports:
- "50052:50051"
environment:
@@ -140,6 +140,8 @@ services:
dockerfile: Dockerfile
ports:
- "5173:5173"
environment:
VITE_ALLOWED_HOSTS: ${VITE_ALLOWED_HOSTS:-}
volumes:
- ../ui/timeline/src:/app/src