feat: use docker-compose.yml
Deploy / deploy (push) Successful in 32s

This commit is contained in:
2026-06-30 22:13:55 +02:00
parent 5f4b6748da
commit 044b703b18
2 changed files with 14 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
kleinholz-site:
build:
context: .
dockerfile: Dockerfile
container_name: kleinholz-site
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.kleinholz.rule=Host(`kleinholz.bauhd.dev`)"
- "traefik.http.routers.kleinholz.entrypoints=websecure"
- "traefik.http.services.gitea.loadbalancer.server.port=3000"