9 months ago
8 Replies
9 months ago
Hey there! We've found the following might help you get unblocked faster:
- 🧵 Postgresql service runtime authentication issue
- 🧵 PostgreSQL Write Performance Issue
- 🧵 Validating domain ownership
- 🧵 URGENT: PostgreSQL Internal Networking Broken - P1001 Error
If you find the answer from one of these, please let us know by solving the thread!
9 months ago
I have the default railway variables, PostgreSQL and DB_USERNAME for Zipline
9 months ago
Just hosted Zipline here - https://railway.com/deploy/zipline-1. You can use it as a template.
Sharing the required ENV Variables here
DATABASE_URL="${{Postgres.DATABASE_PUBLIC_URL}}"
CORE_SECRET="g4xWL8aBmS2r5yPjTqVzU6n9HcD0XsKv"
CORE_PORT="3000"
If using Railway Volume
DATASOURCE_TYPE="local"
DATASOURCE_LOCAL_DIRECTORY="./uploads"
If using S3,
DATASOURCE_TYPE="S3" DATASOURCE_S3_ACCESS_KEY_ID=""
DATASOURCE_S3_SECRET_ACCESS_KEY=""
DATASOURCE_S3_BUCKET=""
DATASOURCE_S3_REGION=""
DATASOURCE_S3_ENDPOINT=""
Docker Image
I hope it works now.
vibepanda
Hi, did it work?
8 months ago
I tried it and yes. It worked.
