Files
sthlm-mesh/docker-compose.yaml
2025-04-25 00:29:03 +02:00

11 lines
214 B
YAML

name: sthlm-mesh
services:
site:
image: hugomods/hugo:exts-0.145.0 # Freeze hugo due to theme issue.
command: server --buildDrafts --poll 500ms
ports:
- "1313:1313"
volumes:
- .:/src