ambrosemungai.comDeploying Phoenix App to Production Using Docker ComposeIn this article, we’ll break down a real-world docker-compose.yml file used to deploy a Phoenix web application with Docker Compose, Traefik v2.9 as a reverse proxy, and environment-based configuration. This setup is designed for production with HTTP...May 26, 2025·4 min read
ambrosemungai.comImproving your elixir configurationUpdates 2025-05-20 Fix bugs in config Add example .env file Add GitHub link to PR Main article Configuration in the Elixir ecosystem has undergone multiple changes over the years. Configuration scripts are used to configure elixir applications duri...May 23, 2025·8 min read
ambrosemungai.comAdding material symbols to a Phoenix projectUsing Material Symbols with Phoenix and Tailwind CSS Material Symbols is the variable font version of Google’s Material Icons. Unlike traditional icon fonts, variable fonts allow a single file to contain multiple stylistic variations—significantly re...May 20, 2025·3 min read