fix: expose app on port 4210

This commit is contained in:
Vantz Stockwell 2026-03-13 08:17:52 -04:00
parent 3a55287f54
commit adb18cbd75

View File

@ -1,7 +1,7 @@
services:
app:
build: .
ports: ["3000:3000"]
ports: ["4210:3000"]
environment:
DATABASE_URL: postgresql://wraith:${DB_PASSWORD}@postgres:5432/wraith
JWT_SECRET: ${JWT_SECRET}