FIX: Ajustado portas para build

This commit is contained in:
Rafael Alves Lopes 2026-04-01 10:41:55 -03:00
parent 310ab6b8f2
commit b4c6bb4ba1

View File

@ -4,14 +4,14 @@ services:
context: ./frontend context: ./frontend
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "3001:3000" - "4000:3000"
backend: backend:
build: build:
context: ./backend context: ./backend
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "3002:3001" - "4001:3001"
env_file: env_file:
- .env.development - .env.development
depends_on: depends_on:
@ -24,7 +24,7 @@ services:
env_file: env_file:
- .env.development - .env.development
ports: ports:
- "5432:5432" - "5434:5432"
volumes: volumes:
- pgdata:/var/lib/postgresql/data - pgdata:/var/lib/postgresql/data
- ./database/init:/docker-entrypoint-initdb.d - ./database/init:/docker-entrypoint-initdb.d