first Commit

This commit is contained in:
Erik Thiele
2026-05-18 21:14:04 +02:00
commit f255e50dd3
22 changed files with 7336 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
keyVerwaltung:
container_name: keyVerwaltung
build:
context: .
dockerfile: Dockerfile
platforms:
- linux/amd64
image: gitea.teamthiele.de/ethiele/keyVerwaltung:latest
ports:
- "5006:5006"
restart: unless-stopped