# TSYS Developer Support Stack - Environment Configuration # Copy this file to .env and customize for your system # User/Group ID for container processes # Run 'id -u' and 'id -g' on your host to get correct values PUID=1000 PGID=1000 # Network Configuration HOST_IP=192.168.3.6 NETWORK_SUBNET=192.168.3.0/24 # Demo Environment Passwords # CHANGE THESE IN PRODUCTION! DEMO_PASSWORD=demo_password # Service Ports HOMEPAGE_PORT=4000 ATUIN_PORT=4001 WAKAPI_PORT=4002 ARCHIVEBOX_PORT=4003 MAILHOG_PORT=4005 PIHOLE_PORT=4006 PORTAINER_PORT=4007 INFLUXDB_PORT=4008 GRAFANA_PORT=4009 DRAWIO_PORT=4010 KROKI_PORT=4011 DOCKER_PROXY_PORT=2375 # Timezone TZ=UTC # Feature Flags ENABLE_TELEMETRY=false ENABLE_DEBUG_LOGGING=false