1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16services: site: image: floryn90/hugo:0.153.0-ext-ubuntu entrypoint: ["/bin/sh", "-c"] command: ["./fetch-charts.sh && hugo server"] ports: - "1313:1313" environment: - HUGO_CACHEDIR=/tmp/hugo_cache - CHARTS_URL - CHARTS_API_KEY # - HUGO_ENV=production volumes: - .:/src - ./.hugo_cache:/tmp/hugo_cache