WIP - additional fixes for multitenant

This commit is contained in:
Francisco Gaona
2025-11-30 10:09:21 +01:00
parent 57f27d28cd
commit 5a80f33078
12 changed files with 206 additions and 165 deletions

View File

@@ -6,7 +6,7 @@ services:
context: ../backend
dockerfile: Dockerfile
container_name: platform-api
command: npm run start:dev
command: npm run start:dev -- --host 0.0.0.0
env_file:
- ../.env.api
ports: