feat: implement file deletion functionality and enhance deployment script

This commit is contained in:
Anders Böttcher
2026-05-13 12:35:58 +02:00
parent cf23467be6
commit 9dbbf814b4
10 changed files with 229 additions and 50 deletions
+7 -1
View File
@@ -1,6 +1,9 @@
services:
backerup-website:
image: gitea.doomlabs.de/kptltd00m/backerup-website:latest
build:
context: ..
dockerfile: docker/Dockerfile
image: backerup-website:latest
container_name: backerup-website
restart: unless-stopped
ports:
@@ -10,6 +13,9 @@ services:
environment:
- NODE_ENV=production
- NEXT_TELEMETRY_DISABLED=1
- AUTH_SECRET=tSdfJ57w1IyCpkZijj4UEytTmqk+PWRr45R9BC077cw=
- ADMIN_USERNAME=admin
- ADMIN_PASSWORD=admin333
volumes:
backerup_data: