Skip to content
Snippets Groups Projects
Commit 15d2f4bd authored by Petr Seidl's avatar Petr Seidl
Browse files

Add docker-compose.yml

parent 3df10fce
No related branches found
No related tags found
No related merge requests found
version: '3'
services:
postgres:
image: postgres
ports:
- "5432:5432"
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=bi_tjv
volumes:
- postgres_data:/var/lib/postgresql/data
volumes:
postgres_data:
external: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment