feat: docker compose file for db testing
This commit is contained in:
parent
6cb0f04170
commit
f9bf400c8e
1 changed files with 8 additions and 0 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
version: '3'
|
||||
services:
|
||||
civil_test_db:
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=TEST123
|
||||
image: docker.io/postgres:16.3
|
||||
ports:
|
||||
- 127.0.0.1:5432:5432
|
Loading…
Add table
Add a link
Reference in a new issue