reorganizing build scripts
This commit is contained in:
parent
633c1e87e8
commit
b894b60b65
430 changed files with 136 additions and 53943 deletions
14
docker-compose_db_only.yml
Normal file
14
docker-compose_db_only.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
services:
|
||||
db:
|
||||
image: postgres:16
|
||||
ports:
|
||||
- 5432:5432
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data/
|
||||
environment:
|
||||
- "POSTGRES_HOST_AUTH_METHOD=trust"
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
labels:
|
||||
- "db_is_resettable_via_script"
|
||||
Loading…
Add table
Add a link
Reference in a new issue