feat: initial commit (stole codebase from solarcore)

This commit is contained in:
hexlocation 2025-04-18 18:20:03 +02:00
parent 01aeefaaa3
commit 739abce169
32 changed files with 428 additions and 989 deletions

View file

@ -1,8 +0,0 @@
version: '3'
services:
civil_test_db:
environment:
- POSTGRES_PASSWORD=TEST123
image: postgres:16.3
ports:
- 5432:5432