Update application service port in docker-compose.yml from 2567 to 3000 for consistency with previous configurations.

This commit is contained in:
Luke Hagar
2025-10-20 23:24:14 -05:00
parent 1ea6fd22ab
commit ca3e5e8e18

View File

@@ -45,7 +45,7 @@ services:
DATABASE_URL: postgresql://pypistats:${POSTGRES_PASSWORD}@db:5432/pypistats?schema=public
REDIS_URL: redis://:${REDIS_PASSWORD}@redis:6379
expose:
- 2567
- 3000
networks:
- dokploy-network
command: [ "sh", "-c", "bun run prisma migrate deploy && bun run build/index.js" ]