Expor porta 3000 publicamente para debug
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user