30 lines
639 B
Plaintext
30 lines
639 B
Plaintext
# Debian DinD Configuration
|
|
|
|
# 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
|