first commit

This commit is contained in:
2026-05-25 01:12:43 +03:00
commit bfc22efe24
83 changed files with 8903 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Postgres database used by bot, parser and API
POSTGRES_DB=law_bot_db
POSTGRES_USER=lawbot_user
POSTGRES_PASSWORD=change_me
# Inside docker compose keep the service name.
# For local host-based tools you can override it with localhost.
POSTGRES_HOST=postgredb
POSTGRES_PORT=5432