version: '3' services: hugo: image: jojomi/hugo:0.54.0 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 restart: unless-stopped ports: - 1313:1313