dockerize

This commit is contained in:
2025-08-08 17:47:16 +02:00
parent bf40237ba6
commit c44a449a7b
7 changed files with 150 additions and 40 deletions

6
compose.yaml Normal file
View File

@@ -0,0 +1,6 @@
services:
pastebin:
container_name: pastebin
image: ghcr.io/csehviktor/pastebin:latest
ports:
- "3000:3000"