Add multi-service Docker setup, Postgres migrations, and messaging API cleanup

This commit is contained in:
2026-01-16 00:25:22 +03:00
Unverified
parent 0b683e3c83
commit 618f55e057
22 changed files with 473 additions and 154 deletions
-1
View File
@@ -196,7 +196,6 @@ services:
- db:/var/lib/postgresql/data
networks:
- services
- public
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s