Skip to content

Commit

Permalink
Update Dockerfile.database
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk authored Aug 21, 2024
1 parent 643d3a6 commit 6f5ad05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.database
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ARG USE_CN_MIRROR
ENV KEY_VAULTS_SECRET="use-for-build" \
NEXT_PUBLIC_SERVICE_MODE="server" \
DATABASE_DRIVER="node" \
NEXT_PUBLIC_S3_DOMAIN="https://s3-for-5chat.mystudies.net" \
DATABASE_URL="postgres://postgres:password@localhost:5432/postgres"

# Clerk
Expand Down Expand Up @@ -135,8 +136,7 @@ ENV CLERK_WEBHOOK_SECRET="" \
CLERK_SECRET_KEY=""

# S3
ENV NEXT_PUBLIC_S3_DOMAIN="" \
S3_ACCESS_KEY_ID="" \
ENV S3_ACCESS_KEY_ID="" \
S3_SECRET_ACCESS_KEY="" \
S3_BUCKET="" \
S3_ENDPOINT=""
Expand Down

0 comments on commit 6f5ad05

Please sign in to comment.