instructions for local dwh
This commit is contained in:
parent
7e60c6e6e3
commit
ab5902ff1f
2 changed files with 34 additions and 0 deletions
14
dev-dwh.docker-compose.yml
Normal file
14
dev-dwh.docker-compose.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
version: '3.8'
|
||||
services:
|
||||
dwh-local:
|
||||
image: postgres:16
|
||||
environment:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
ports:
|
||||
- '5432:5432'
|
||||
volumes:
|
||||
- dwh-local:/var/lib/postgresql/data
|
||||
volumes:
|
||||
dwh-local:
|
||||
driver: local
|
||||
Loading…
Add table
Add a link
Reference in a new issue