🔨 add drizzle in docker-compose DEV for viewing the postgres db in local development

This commit is contained in:
Fred KISSIE
2025-10-30 00:10:49 +01:00
parent 48aebea6cf
commit c36fb63f8c
2 changed files with 16 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ services:
- ./config/postgres:/var/lib/postgresql/data
ports:
- "5432:5432" # Map host port 5432 to container port 5432
restart: no
restart: no
redis:
image: redis:latest # Use the latest Redis image