chore(github): update repository links and references

This commit is contained in:
Fatih Kadir Akın
2026-01-30 17:48:16 +03:00
parent eec0f13dc3
commit 5483cf4d66
79 changed files with 11921 additions and 935 deletions

View File

@@ -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