Initial commit: QR Code Generator with Docker support

This commit is contained in:
2025-06-22 17:06:06 +02:00
commit 281966d39a
6 changed files with 691 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: '3.8'
services:
qr-generator:
build: .
ports:
- "8080:80"
container_name: qr-generator
restart: unless-stopped