Expor porta 3000 publicamente para debug
This commit is contained in:
@@ -35,8 +35,8 @@ services:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile
|
||||
container_name: occto_frontend
|
||||
expose:
|
||||
- "3000"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- DATABASE_URL=postgresql://admin:adminpassword@postgres:5432/occto_db?schema=public
|
||||
|
||||
Reference in New Issue
Block a user