Welcome to mirror list, hosted at ThFree Co, Russian Federation.

docker-compose.yml - github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba494c6f5a23fde09c13548b3762a8068fb4cfb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: "3"

services:
  hugo:
    container_name: hugo_theme_iris
    image: ghcr.io/peaceiris/hugo:${HUGO_VERSION}-mod
    ports:
      - 1313:1313
    volumes:
      - ${PWD}:/src/hugo-theme-iris
      - ${HUGO_CACHEDIR}:/tmp/hugo_cache
    stdin_open: true
    tty: true
    working_dir: /src/hugo-theme-iris/exampleSite
    entrypoint: bash