2026-07-26 07:16:10 +02:00
|
|
|
name: bovender.de
|
2024-07-30 23:16:25 +02:00
|
|
|
services:
|
|
|
|
|
build:
|
2026-07-26 07:16:10 +02:00
|
|
|
image: ghcr.io/gohugoio/hugo:latest
|
|
|
|
|
command: build --minify
|
2024-07-30 23:16:25 +02:00
|
|
|
volumes:
|
2026-05-15 17:40:27 +02:00
|
|
|
- ".:/project"
|
2024-08-05 19:54:44 +02:00
|
|
|
user: 1000:1000
|
2026-07-26 07:16:10 +02:00
|
|
|
environment:
|
|
|
|
|
HUGO_ENVIRONMENT: production
|
2024-07-30 23:16:25 +02:00
|
|
|
server:
|
2026-07-26 07:16:10 +02:00
|
|
|
image: ghcr.io/gohugoio/hugo:latest
|
|
|
|
|
command: server --bind 0.0.0.0 -M --buildDrafts --buildFuture
|
2024-07-30 23:16:25 +02:00
|
|
|
volumes:
|
2026-05-15 17:40:27 +02:00
|
|
|
- ".:/project"
|
2026-06-14 23:16:20 +02:00
|
|
|
- "../hugo_cookie_consent:/hugo_cookie_consent"
|
2024-07-30 23:16:25 +02:00
|
|
|
ports:
|
2024-08-05 19:54:44 +02:00
|
|
|
- "127.0.0.1:1313:1313"
|
|
|
|
|
user: 1000:1000
|
2025-03-30 21:43:19 +02:00
|
|
|
environment:
|
2026-07-26 07:16:10 +02:00
|
|
|
HUGO_ENVIRONMENT: development
|
2026-05-15 17:40:27 +02:00
|
|
|
TZ: Europe/Berlin
|