fixed docker-compose.dev.yml
This commit is contained in:
parent
09cb9dff14
commit
66b41022b4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue