mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-03-03 02:57:01 +00:00
chore(github): update repository links and references
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
FROM node:24-bookworm-slim
|
||||
|
||||
LABEL org.opencontainers.image.source="https://github.com/f/awesome-chatgpt-prompts"
|
||||
LABEL org.opencontainers.image.source="https://github.com/f/prompts.chat"
|
||||
LABEL org.opencontainers.image.description="prompts.chat - Self-hosted AI prompt library"
|
||||
LABEL org.opencontainers.image.licenses="MIT"
|
||||
|
||||
@@ -39,7 +39,7 @@ ENV PORT=3000
|
||||
ENV HOSTNAME="0.0.0.0"
|
||||
ENV DATABASE_URL="postgresql://prompts:prompts@localhost:5432/prompts?schema=public"
|
||||
ENV DIRECT_URL="postgresql://prompts:prompts@localhost:5432/prompts?schema=public"
|
||||
ENV REPO_URL="https://github.com/f/awesome-chatgpt-prompts.git"
|
||||
ENV REPO_URL="https://github.com/f/prompts.chat.git"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user