services: build: # image: hugomods/hugo:ci image: ghcr.io/gohugoio/hugo command: build volumes: - ".:/project" user: 1000:1000 server: # image: hugomods/hugo:exts image: ghcr.io/gohugoio/hugo command: server --bind 0.0.0.0 --buildDrafts --buildFuture volumes: # - ".:/src" - ".:/project" ports: - "127.0.0.1:1313:1313" user: 1000:1000 environment: ENVIRONMENT: development TZ: Europe/Berlin