mirror of
https://github.com/Roslund/sthlm-mesh.git
synced 2026-05-03 03:53:05 +02:00
11 lines
180 B
YAML
11 lines
180 B
YAML
name: sthlm-mesh
|
|
|
|
services:
|
|
site:
|
|
image: hugomods/hugo:exts-0.145.0
|
|
command: server --buildDrafts --poll 500ms
|
|
ports:
|
|
- "1313:1313"
|
|
volumes:
|
|
- .:/src
|