Update hero_books TOML to use Unix socket after hero_books#67 #35

Closed
opened 2026-02-26 18:07:08 +00:00 by mik-tf · 0 comments
Owner

Context

Once hero_books switches from TCP port 8883 to Unix socket (hero_books#67), the service TOML in hero_services needs updating.

Changes Needed

In services/user/hero_books.toml:

  • Change exec from --port 8883 to --bind unix:__HERO_VAR__/sockets/hero_books.sock
  • Remove ports = [8883]
  • Add [service.protocol] type = "http" if not present

Blocked By

  • PR #34 (production container)
## Context Once hero_books switches from TCP port 8883 to Unix socket (hero_books#67), the service TOML in hero_services needs updating. ## Changes Needed In `services/user/hero_books.toml`: - Change `exec` from `--port 8883` to `--bind unix:__HERO_VAR__/sockets/hero_books.sock` - Remove `ports = [8883]` - Add `[service.protocol] type = "http"` if not present ## Blocked By - lhumina_code/hero_books#67 ## Related - PR #34 (production container)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_services#35
No description provided.