Harden CI and switch release builds to tagged immutable images
This commit is contained in:
parent
bed2e6cfb6
commit
f24e96efa7
60 changed files with 4710 additions and 64 deletions
6
docs/adr/0004-single-application-service.md
Normal file
6
docs/adr/0004-single-application-service.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# ADR-0004: Single application service
|
||||
|
||||
Status: Accepted
|
||||
|
||||
Production runs HTTP handling and PostgreSQL-leased background workers in one Drive container beside PostgreSQL. This favors simple operation on one private Unraid host. Worker failures must be isolated and observable, and durable state must allow later separation without changing domain behavior.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue