fix: remove court

This commit is contained in:
hexlocation 2025-04-18 22:28:33 +02:00
parent 01aeefaaa3
commit dca469d8b7
43 changed files with 14 additions and 102 deletions

View file

@ -3,6 +3,6 @@ services:
civil_test_db:
environment:
- POSTGRES_PASSWORD=TEST123
image: postgres:16.3
image: docker.io/postgres:16.3
ports:
- 5432:5432
- 127.0.0.1:5432:5432