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: 8cb83e7a77e0ff8aa94f5afd1be98f577150dd84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: "3"

services:
  hugo:
    container_name: hugo_theme_iris
    # image: "peaceiris/hugo:v${HUGO_VERSION}"
    image: peaceiris/hugo:v${HUGO_VERSION}-mod # Hugo Modules
    ports:
      - 1313:1313
    volumes:
      - ${PWD}:/src/hugo-theme-iris
    stdin_open: true
    tty: true
    working_dir: /src/hugo-theme-iris/exampleSite
    command:
      - server
      - --navigateToChanged
      - --bind=0.0.0.0
      - --buildDrafts
      - --themesDir
      - ../../
      - --i18n-warnings