Bind service to 0.0.0.0 so it's reachable from the network

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-17 22:06:50 +00:00
parent 270fd4083c
commit e9934b50ee

View File

@@ -7,6 +7,7 @@ After=network.target
User=task-inventory
Group=task-inventory
Type=simple
Environment=BIND_ADDRESS=0.0.0.0
ExecStart=node server.mjs
WorkingDirectory=/srv/task-inventory
Restart=on-failure