mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-01-04 15:49:06 +03:00
feat: implement automatic database cleanup with cron jobs for events and mirror jobs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
FROM oven/bun:1.2.9-alpine AS base
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache libc6-compat python3 make g++ gcc wget sqlite openssl
|
||||
RUN apk add --no-cache libc6-compat python3 make g++ gcc wget sqlite openssl cron
|
||||
|
||||
# ----------------------------
|
||||
FROM base AS deps
|
||||
|
||||
Reference in New Issue
Block a user