Accessories
Helpers to add services like Postgres/Redis using Compose fragments.
Postgres
hl accessory add <app_name> postgres --version 16
- Writes
compose.postgres.yml - Adds
depends_onwith health - Updates
.envwithPOSTGRES_*andDATABASE_URL - Patches systemd to run
-f compose.yml -f compose.postgres.yml
Redis
hl accessory add <app_name> redis --version 7
- Writes
compose.redis.yml - Sets
REDIS_URL=redis://redis:6379/0