Skip to content

Commit e8432e5

Browse files
authored
Merge pull request #110 from reqcore-inc/feat/improve-self-hosting-updates
feat(updates): add API endpoints for update management, backup, chang…
2 parents 60e0840 + 1921be8 commit e8432e5

11 files changed

Lines changed: 1990 additions & 267 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 265 deletions
Large diffs are not rendered by default.

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ WORKDIR /app
2929

3030
ENV NODE_ENV=production
3131

32+
# PostgreSQL client tools for database backup via /api/updates/backup
33+
RUN apk add --no-cache postgresql16-client
34+
3235
RUN addgroup -S reqcore && adduser -S reqcore -G reqcore
3336

3437
# .output is fully self-contained (server, public assets)

0 commit comments

Comments
 (0)