fixed docker-compose.dev.yml

This commit is contained in:
Sascha Kühl 2025-06-12 16:12:23 +02:00
parent 09cb9dff14
commit 66b41022b4
1 changed files with 5 additions and 6 deletions

View File

@ -1,12 +1,11 @@
services:
postgres:
image: postgres:14-alpine
container_name: postgres14
dev-db:
image: postgres:15
ports:
- "5432:5432"
volumes:
- ~/apps/postgres:/var/lib/postgresql/data
- "5434:5432"
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: bullpen-dev
volumes:
- /tmp/test-pgdata:/var/lib/postgresql/data