Files
env-docker/Config/HugoExample/docker-compose.example.yml

21 lines
359 B
YAML

# 2025-08-13
# Configuration for running a Hugo website pulled from Git.
services:
app:
container_name: hugo
build:
context: ./
network: host
restart: always
ports:
- 8013:1313
environment:
- REPO=$REPO
deploy:
mode: global
resources:
limits:
cpus: '0.10'
memory: 32M