chore: improve development startup reliability

This commit is contained in:
ramvignesh-b
2026-04-23 17:31:52 +05:30
parent e2ad5cef75
commit 6552783d64
2 changed files with 43 additions and 5 deletions
-2
View File
@@ -2,7 +2,6 @@ services:
db:
# postgres database
image: postgres:16-alpine
container_name: piku_db
environment:
POSTGRES_DB: ${DB_NAME}
POSTGRES_USER: ${DB_USER}
@@ -16,7 +15,6 @@ services:
mailpit:
# email testing
image: axllent/mailpit
container_name: piku_mail
ports:
- "8025:8025" # Web UI
- "${EMAIL_PORT}:1025" # SMTP