Dateien nach "/" hochladen

This commit is contained in:
2026-05-25 12:08:33 +02:00
parent ad5683d4f4
commit f7839f1401
5 changed files with 62 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: '3.8'
services:
dickendock:
image: 192.168.1.26:3000/admin/dickendock:latest
container_name: dickendock
restart: unless-stopped
environment:
- JWT_SECRET=BITTE-AENDERN-langerZufallsstring
- GITEA_URL=http://192.168.1.26:3000
- GITEA_REPO=admin/dickendock
volumes:
- ./data:/data
ports:
- "8080:4000"