feat: update Docker configuration and .gitignore, remove unused JSON files

This commit is contained in:
an14051
2026-05-13 00:14:08 +02:00
parent 33e339bde6
commit af0d8b3458
8 changed files with 28 additions and 29 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1
# Dedicated non-root user
RUN addgroup --system --gid 1001 nodejs && \
RUN apt-get update && apt-get install -y --no-install-recommends adduser && rm -rf /var/lib/apt/lists/* && \
addgroup --system --gid 1001 nodejs && \
adduser --system --uid 1001 nextjs
# Next.js standalone output
+1 -1
View File
@@ -5,7 +5,7 @@
set -euo pipefail
REPO_ROOT="$(cd "$(dirname "$0")/.." && pwd)"
TAG="${1:-backerup-website:latest}"
TAG="${1:-gitea.doomlabs.de/kptltd00m/backerup-website:latest}"
echo "==> Building image: $TAG"
docker build \
+1 -1
View File
@@ -5,7 +5,7 @@
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
TAG="${1:-backerup-website:latest}"
TAG="${1:-gitea.doomlabs.de/kptltd00m/backerup-website:latest}"
# 1. Build
"$SCRIPT_DIR/build.sh" "$TAG"
+1 -1
View File
@@ -1,6 +1,6 @@
services:
backerup-website:
image: backerup-website:latest
image: gitea.doomlabs.de/kptltd00m/backerup-website:latest
container_name: backerup-website
restart: unless-stopped
ports: