chore: remove port mappings

This commit is contained in:
Andrew Bastin
2024-03-20 01:42:58 +05:30
parent 96c18c0500
commit cc5359b80b

View File

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