mirror of
https://github.com/Roslund/sthlm-mesh.git
synced 2026-03-28 17:43:02 +01:00
12 lines
158 B
YAML
12 lines
158 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
|
|
site:
|
|
image: hugomods/hugo:exts
|
|
command: server --buildDrafts
|
|
ports:
|
|
- "1313:1313"
|
|
volumes:
|
|
- .:/src
|