Commit Graph
8 Commits
Author SHA1 Message Date
angryzero 601081a6b0 add port 2026-06-25 08:40:15 +02:00
Sidney Marvin Fricke 0e33e8dbc8 extract startup logic into server/startup.sh for easy customization
Replaces the inline bash -c "..." command in docker-compose with a dedicated
startup.sh script that installs system packages, pip deps, and starts the server.
Add custom setup steps (apt, pip, curl, etc.) in the marked section.
2026-06-25 08:39:23 +02:00
angryzero 47007b2d49 idk 2026-06-24 12:26:18 +02:00
Sidney Marvin Fricke 23558ebe82 make workspace path configurable via WORKSPACE_PATH env var
Defaults to '.' (current directory) if not set, so existing setups
work unchanged. Override with: WORKSPACE_PATH=/my/path docker compose up
2026-06-24 12:21:09 +02:00
Sidney Marvin Fricke 83ed1338b1 why the extra 2026-06-24 12:13:32 +02:00
Sidney Marvin Fricke e1a288ad9e fix install cmd 2026-06-24 12:12:19 +02:00
Sidney Marvin Fricke 5d6bd16d8d docs 2026-06-24 12:00:49 +02:00
Sidney Marvin Fricke 68c418400e init 2026-06-24 11:48:08 +02:00