Prototype implementation
This commit is contained in:
parent
315143a6fc
commit
14b0bc6d01
160 changed files with 5731 additions and 42 deletions
14
docker-compose.test.yml
Normal file
14
docker-compose.test.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
services:
|
||||
db:
|
||||
image: postgres:16-alpine
|
||||
environment:
|
||||
POSTGRES_DB: vergabe_test
|
||||
POSTGRES_USER: vergabe
|
||||
POSTGRES_PASSWORD: vergabe
|
||||
ports:
|
||||
- "5433:5432"
|
||||
volumes:
|
||||
- postgres_test_data:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
postgres_test_data:
|
||||
Loading…
Add table
Add a link
Reference in a new issue