Host Team OSDeploy options
Railway
Deploy Team OS with Railway.
For Railway, use two services in one project.
Create the database service
- Add a Docker image service.
- Use
pgvector/pgvector:pg16. - Set
POSTGRES_USER,POSTGRES_PASSWORD, andPOSTGRES_DB. - Attach a persistent volume at
/var/lib/postgresql/data.
Create the API service
- Add a Docker image service.
- Use
ghcr.io/simonc602/team-os-server:beta. - Do not override the image start command.
- Attach a persistent volume at
/data/agentic-osand setAGENTIC_OS_DIR=/data/agentic-os. - Set the health check path to
/v1/health. - Set the API environment variables.
For Railway private networking, the database URL usually uses a private host
and PGSSLMODE=disable.
Next: Startup and first owner
