Take full control of your smart home with a privacy-first automation platform that runs entirely on your local network. Designed for simplicity, this open-source solution lets you manage all your devices without relying on cloud servers, ensuring your personal data never leaves your home. The intuitive interface requires no coding or complex configuration files, making it accessible for everyone.
Key features include:
services:
gladys:
image: gladysassistant/gladys:v4
container_name: gladys
restart: always
privileged: true
network_mode: host
environment:
NODE_ENV: production
SERVER_PORT: 80
TZ: Europe/Paris
volumes:
- ./gladys-data:/var/lib/gladysassistant
- /var/run/docker.sock:/var/run/docker.sock
- /dev:/dev
logging:
driver: "json-file"
options:
max-size: "10m"# No sensitive environment variables are required for the default Gladys Assistant setup.
# Configuration is handled via the web UI and stored in the SQLite database within the volume.
Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago