зеркало из https://github.com/mozilla/awebpodcast.git
9 строки
150 B
YAML
9 строки
150 B
YAML
|
hugo:
|
||
|
image: jojomi/hugo:0.40.2
|
||
|
volumes:
|
||
|
- ./:/src:delegated
|
||
|
environment:
|
||
|
- HUGO_WATCH=True
|
||
|
ports:
|
||
|
- "1313:1313"
|
||
|
restart: always
|