Add Dockerfile, docker-compose and Makefile for container build

This commit is contained in:
2026-08-13 08:44:23 +02:00
parent bd13ad67cc
commit 96d6917b0b
4 changed files with 87 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
wackelpeter:
image: gitea.korbel.network/nico/wackelpeter:latest
build:
context: .
container_name: wackelpeter
ports:
- "8080:80"
restart: unless-stopped