This commit is contained in:
2026-04-20 18:05:36 +00:00
parent d73422555d
commit 33b1f276c6
26 changed files with 598 additions and 183 deletions

View File

@@ -4,6 +4,11 @@ services:
container_name: broccolini-settings
restart: unless-stopped
env_file: ../.env
environment:
# Node must bind all-interfaces inside the container so Docker's DNAT
# from the host-side Tailscale publish below can reach it. The Tailscale
# restriction is enforced by the `ports:` binding, not by Node.
SETTINGS_BIND_HOST: "0.0.0.0"
ports:
- "100.114.205.53:12752:12752"
networks: