Files
compose-anything/builds/debian-dind/.env.example
2026-01-01 22:38:08 +08:00

37 lines
801 B
Plaintext

# Debian DinD Configuration
# Global registry prefix (optional, e.g., docker.io/, ghcr.io/)
# GLOBAL_REGISTRY=
# Image versions
DEBIAN_DIND_VERSION=0.1.1
DEBIAN_DIND_GPU_VERSION=0.1.1-gpu
# Timezone (default: UTC)
TZ=UTC
# Debian version (default: 13.2-slim)
DEBIAN_VERSION=13.2-slim
# Docker port override (default: 2375)
DIND_PORT_OVERRIDE=2375
# Install NVIDIA Container Toolkit for GPU support (default: false)
INSTALL_NVIDIA_TOOLKIT=false
# Enable GPU profile (set to --profile gpu when needed)
# COMPOSE_PROFILES=gpu
# Resource limits
DIND_CPU_LIMIT=2.0
DIND_MEMORY_LIMIT=4G
DIND_CPU_RESERVATION=1.0
DIND_MEMORY_RESERVATION=2G
# Docker daemon options
# Disable TLS for simplicity (not recommended for production)
DOCKER_TLS_CERTDIR=
# Data directory for named volume
# DATA_DIR=./data