Added pi optimizations

This commit is contained in:
Aodhan Collins
2025-07-27 02:03:58 +01:00
parent cf761decd8
commit c69b9ff817
3 changed files with 254 additions and 56 deletions

View File

@@ -2,18 +2,21 @@
# Copy this file to .env and customize the values
# Server Configuration
PORT=5000
PORT=5005
HOST=0.0.0.0
DEBUG=True
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=30
REFRESH_INTERVAL=60
MAX_CONTAINERS=50