# Development-only placeholders. Replace all passwords outside local development. MARIADB_DATABASE=azionelab MARIADB_USER=azionelab MARIADB_PASSWORD=replace-with-a-local-password MARIADB_ROOT_PASSWORD=replace-with-a-local-root-password WORDPRESS_TABLE_PREFIX=azl_ WORDPRESS_DEBUG=0 WP_ENVIRONMENT_TYPE=local WP_URL=http://azionelab.org:8080 WP_TITLE=Azione!Lab WP_ADMIN_USER=azionelab-admin WP_ADMIN_PASSWORD=replace-with-a-local-admin-password WP_ADMIN_EMAIL=admin@example.org NGINX_BIND_ADDRESS=127.0.0.1 NGINX_HTTP_PORT=8080 NGINX_HTTPS_PORT=8443 TRUST_PROXY_HEADERS=0 LETSENCRYPT_ENABLED=0 LETSENCRYPT_DOMAIN=azionelab.org LETSENCRYPT_EMAIL=operator@example.org LETSENCRYPT_STAGING=1 LETSENCRYPT_RENEW_INTERVAL_SECONDS=43200 LETSENCRYPT_RETRY_SECONDS=300 TLS_RELOAD_INTERVAL_SECONDS=30 # Host-based persistent volumes. Relative paths are resolved from the project root. DB_DATA_PATH=./runtime/db WORDPRESS_DATA_PATH=./runtime/wordpress LETSENCRYPT_DATA_PATH=./runtime/letsencrypt CERTBOT_CHALLENGES_PATH=./runtime/certbot/www # Expected container owners for host-based volumes. # MariaDB's official image normally uses mysql 999:999; WordPress uses www-data 33:33. MARIADB_VOLUME_UID=999 MARIADB_VOLUME_GID=999 WORDPRESS_VOLUME_UID=33 WORDPRESS_VOLUME_GID=33 CERTBOT_VOLUME_UID=0 CERTBOT_VOLUME_GID=0