7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2025-02-01 06:51:59 +00:00
web-ansol.org/docker-compose.yaml
2025-01-18 20:34:17 +00:00

10 lines
188 B
YAML

services:
hugo:
image: hugomods/hugo:git-non-root-0.140.2
command: server -D
volumes:
- .:/src
- ~/.cache/hugo_cache:/tmp/hugo_cache
ports:
- 1313:1313