############################################################################## # REQUIRED SETTINGS (you will need these) # ############################################################################## ############################################################################## # COMMON SETTINGS (you may need these) # ############################################################################## # If you don't have docker-compose, but do have newer docker, uncomment this #DOCKER_COMPOSE=docker compose # Uncomment the following line if you need `sudo` to run Docker commands #DOCKER_SUDO=1 # Wordpress debugging WORDPRESS_DEBUG=1 ############################################################################## # RARE SETTINGS (you probably won't need these) # ############################################################################## # Connect to a remote database #WORDPRESS_DB_HOST=fr.swarm.autonomic.zone #WORDPRESS_DB_PASSWORD="see README.md" ############################################################################## # INFINITE NERD DEPTH SETTINGS (if you're changing these, good luck!) # ############################################################################## # Wordpress username (for `set_local_password`) USERNAME=autonomic # Docker container names, probably just needs to be set once per project PROJECT_NAME=mont58 # Site URL, also just needs to be set once per project SITE_URL=mont58-staging.smol-wp.autonomic.zone # Multi-site config #WORDPRESS_CONFIG_EXTRA="define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'frms.localhost'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); define('SUNRISE', true);"