23 lines
456 B
Plaintext
23 lines
456 B
Plaintext
# Docker Dashboard Configuration
|
|
# Copy this file to .env and customize the values
|
|
|
|
# Server Configuration
|
|
PORT=5005
|
|
HOST=0.0.0.0
|
|
DEBUG=False
|
|
|
|
# Portainer Integration (Optional)
|
|
PORTAINER_URL=https://port.liveaodh.com
|
|
PORTAINER_USERNAME=aodhan
|
|
PORTAINER_PASSWORD=8yFdXkx274aSRX
|
|
|
|
# Raspberry Pi Optimizations
|
|
PI_OPTIMIZATIONS=true
|
|
|
|
# Docker Configuration
|
|
DOCKER_HOST=unix:///var/run/docker.sock
|
|
|
|
# Application Settings
|
|
REFRESH_INTERVAL=60
|
|
MAX_CONTAINERS=50
|