Use modules, new layout, and hugo_cookie_consent.
Build and Deploy / build-and-deploy (push) Failing after 8s

This commit is contained in:
2026-06-14 23:16:20 +02:00
parent b156991f8b
commit e57c4aa403
26 changed files with 138 additions and 188 deletions
+2 -4
View File
@@ -1,18 +1,16 @@
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
command: server --bind 0.0.0.0 --buildDrafts --buildFuture --environment development
volumes:
# - ".:/src"
- ".:/project"
- "../hugo_cookie_consent:/hugo_cookie_consent"
ports:
- "127.0.0.1:1313:1313"
user: 1000:1000