Expor porta 3000 publicamente para debug

This commit is contained in:
Erik
2025-11-26 14:56:40 -03:00
parent 09903e4bd9
commit 94002b6e89

View File

@@ -35,8 +35,8 @@ services:
context: ./frontend context: ./frontend
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: occto_frontend container_name: occto_frontend
expose: ports:
- "3000" - "3000:3000"
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- DATABASE_URL=postgresql://admin:adminpassword@postgres:5432/occto_db?schema=public - DATABASE_URL=postgresql://admin:adminpassword@postgres:5432/occto_db?schema=public