presentazione-gnupg/docker-compose.yml

19 lines
341 B
YAML
Raw Permalink Normal View History

2019-02-28 20:39:13 +01:00
version: '3'
services:
hugo:
image: jojomi/hugo:0.54.0
2019-02-28 20:39:13 +01:00
container_name: hugo
volumes:
- ./:/src
- /tmp/hugo-output/:/output
environment:
- HUGO_WATCH='true'
#- HUGO_REFRESH_TIME=3600
- HUGO_THEME=reveal-hugo
#- HUGO_BASEURL=mydomain.com
2019-02-28 20:39:13 +01:00
restart: always
ports:
- 1313:1313