Files

23 lines
553 B
YAML
Raw Permalink Normal View History

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:
- ".:/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:
- ".:/project"
- "../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
environment:
2026-07-26 07:16:10 +02:00
HUGO_ENVIRONMENT: development
TZ: Europe/Berlin