Added docker compose files

This commit is contained in:
2025-08-24 17:05:39 +02:00
parent 305005de0a
commit 470622b5a1
2 changed files with 15 additions and 0 deletions

6
docker-compose.yaml Normal file
View File

@@ -0,0 +1,6 @@
services:
tealfire-website:
image: dertyp7/tealfire-website:latest
restart: unless-stopped
ports:
- 80:80/tcp