mirror of
https://github.com/Roslund/sthlm-mesh.git
synced 2026-03-28 17:43:02 +01:00
11 lines
214 B
YAML
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
|