Commit d10f29c
fix(docker): publish only the Control Room by default
Bringing the stack up on a machine that already runs `aios start` natively failed:
"Bind for 0.0.0.0:8000 failed: port is already allocated". The compose file
published all eight service ports, but the native install already owns
4096/9119/18789/4788/8000 — and every one of those is an internal port the
services reach over the container network anyway.
Now only 8787 is published, via ${AIOS_PORT:-8787} so it can be moved without
editing the file. The rest are listed commented-out for anyone who wants them.
Verified by running the container on AIOS_PORT=18787 alongside a live native
stack — both hubs healthy at once, no collision.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 10817bd commit d10f29c
1 file changed
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
| |||
0 commit comments