6 months ago
8 Replies
6 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
6 months ago
I have the default railway variables, PostgreSQL and DB_USERNAME for Zipline
6 months ago
Just hosted Zipline here - https://railway.com/deploy/zipline-1. You can use it as a template.
Sharing the required ENV Variables hereDATABASE_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
diced/zipline:latest
I hope it works now.
vibepanda
Hi, did it work?
6 months ago
I tried it and yes. It worked.
