karsttech.com/docker-compose.yml
Jeremy Karst f95aae90dc
All checks were successful
/ build-and-deploy (push) Successful in 1m33s
Updated docker compose
2026-05-06 23:43:21 -04:00

9 lines
No EOL
200 B
YAML

name: karsttech-website
services:
hugo-site:
image: code.karsttech.com/jeremy/karsttech.com:latest
container_name: karsttech-website
restart: unless-stopped
ports:
- "8317:80"