mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
improvement(db): remove vercel, remove railway, remove crons, improve DB connection config (#1519)
* improvement(db): remove vercel, remove railway, remove crons, improve DB connection config * remove NEXT_PUBLIC_VERCEL_URL * remove db url fallbacks * remove railway & more vercel stuff --------- Co-authored-by: waleed <waleed>
This commit is contained in:
@@ -47,9 +47,7 @@ WORKDIR /app
|
||||
# Provide dummy database URLs during image build so server code that imports @sim/db
|
||||
# can be evaluated without crashing. Runtime environments should override these.
|
||||
ARG DATABASE_URL="postgresql://user:pass@localhost:5432/dummy"
|
||||
ARG POSTGRES_URL="postgresql://user:pass@localhost:5432/dummy"
|
||||
ENV DATABASE_URL=${DATABASE_URL}
|
||||
ENV POSTGRES_URL=${POSTGRES_URL}
|
||||
|
||||
RUN bun run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user