Files
plassonke.de/docker-compose.yml
T
yvierkoetter 3faa7c6ee0 Add Dockerfile and docker-compose for production deployment
Multi-stage build: hugomods/hugo:exts → nginx:alpine.
Runs on port 8080.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 23:51:52 +02:00

7 lines
87 B
YAML

services:
web:
build: .
ports:
- "8080:80"
restart: unless-stopped