Skip to content

fix: use Dockerfile builder and fix config parsing for Railway#1

Open
Bbeierle12 wants to merge 2 commits intomainfrom
claude/deploy-pool-telemetry-ZG4zJ
Open

fix: use Dockerfile builder and fix config parsing for Railway#1
Bbeierle12 wants to merge 2 commits intomainfrom
claude/deploy-pool-telemetry-ZG4zJ

Conversation

@Bbeierle12
Copy link
Owner

  • Switch from NIXPACKS to DOCKERFILE builder in railway.json
  • Remove conflicting railway.yaml and nixpacks.toml files
  • Add field_validator to convert postgresql:// to postgresql+asyncpg:// for SQLAlchemy async compatibility with Railway's DATABASE_URL
  • Add field_validator to parse ALLOWED_ORIGINS from string or list

- Switch from NIXPACKS to DOCKERFILE builder in railway.json
- Remove conflicting railway.yaml and nixpacks.toml files
- Add field_validator to convert postgresql:// to postgresql+asyncpg://
  for SQLAlchemy async compatibility with Railway's DATABASE_URL
- Add field_validator to parse ALLOWED_ORIGINS from string or list
@vercel
Copy link

vercel bot commented Jan 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
frontend Error Error Feb 15, 2026 10:37pm

- Remove default SECRET_KEY, require explicit configuration via env var
- Remove default SECRET_KEY fallback from docker-compose.yml
- Update .env.example files to mark SECRET_KEY as required
- Remove desktop/.webpack/ build artifacts from tracking
- Add desktop/.webpack/ and *.js.map to .gitignore
- Restrict CORS to explicit methods and headers
- Remove API key status from public health endpoint
- Document profile listing as intentionally unauthenticated
- Replace deprecated datetime.utcnow() with timezone-aware alternative
- Add MIT license
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants