fix: remove base compose port binding
Some checks failed
Deploy Holiday Property Booking / deploy (push) Successful in 1m36s
Test & Build Holiday Property Booking / test-build (push) Has been cancelled

This commit is contained in:
2026-05-22 08:28:38 +00:00
parent 1d96054f7a
commit b781967a14

View File

@@ -11,8 +11,6 @@ services:
depends_on:
db:
condition: service_healthy
ports:
- "${PORT:-3000}:${PORT:-3000}"
db:
image: postgres:16-alpine