Add docker compose to deploy

This commit is contained in:
2026-05-15 00:16:06 -06:00
parent c1342a9c58
commit 8ef1ffd84a
+8
View File
@@ -0,0 +1,8 @@
services:
web:
build:
context: .
image: jrdx0-site
restart: unless-stopped
ports:
- "80:80"