fix: expose app on port 4210
This commit is contained in:
parent
3a55287f54
commit
adb18cbd75
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user