chore: tweak port mappings

This commit is contained in:
Andrew Bastin
2024-03-20 01:32:53 +05:30
parent e4e0278b6a
commit 96c18c0500

View File

@@ -24,10 +24,7 @@ services:
condition: service_healthy
command: ["sh", "-c", "pnpm exec prisma migrate deploy && node /usr/src/app/aio_run.mjs"]
ports:
- "3000:3000"
- "3100:3100"
- "3170:3170"
- "3080:80"
- "80:80"
# The preset DB service, you can delete/comment the below lines if
# you are using an external postgres instance