various fixes and getting closer to parity with main
This commit is contained in:
parent
9484cb9b93
commit
2bcc71d24c
@ -1,6 +1,6 @@
|
|||||||
FROM node:21-bullseye AS comfy_deploy
|
FROM node:21-bullseye AS comfy_deploy
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y python3 make g++ && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN npm install -g bun
|
RUN npm install -g bun
|
||||||
|
|
||||||
@ -9,7 +9,9 @@ COPY ./web /web
|
|||||||
|
|
||||||
WORKDIR /web
|
WORKDIR /web
|
||||||
|
|
||||||
RUN cp .env.local.example .env.local
|
RUN cp .env.example .env.local
|
||||||
|
|
||||||
|
RUN npm install glob
|
||||||
|
|
||||||
RUN bun i
|
RUN bun i
|
||||||
|
|
||||||
|
|||||||
@ -1,22 +0,0 @@
|
|||||||
POSTGRES_SSL="false"
|
|
||||||
POSTGRES_URL="postgres://postgres:postgres@postgres:5432/verceldb"
|
|
||||||
|
|
||||||
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
|
|
||||||
CLERK_SECRET_KEY=
|
|
||||||
|
|
||||||
SPACES_ENDPOINT="http://localhost:4566"
|
|
||||||
SPACES_ENDPOINT_CDN="http://localhost:4566"
|
|
||||||
SPACES_REGION="nyc3"
|
|
||||||
SPACES_BUCKET="comfyui-deploy"
|
|
||||||
SPACES_KEY="xyz"
|
|
||||||
SPACES_SECRET="aaa"
|
|
||||||
SPACES_CDN_DONT_INCLUDE_BUCKET="false"
|
|
||||||
SPACES_CDN_FORCE_PATH_STYLE="true"
|
|
||||||
|
|
||||||
MODAL_BUILDER_URL=
|
|
||||||
|
|
||||||
JWT_SECRET="openssl rand -hex 32"
|
|
||||||
PLAUSIBLE_DOMAIN=
|
|
||||||
|
|
||||||
NEXT_PUBLIC_POSTHOG_KEY="your-api-key"
|
|
||||||
NEXT_PUBLIC_POSTHOG_HOST="your-ph-address"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user