AMAmbrose Mungaiinambrosemungai.com·May 26, 2025 · 4 min readDeploying 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...00
AMAmbrose Mungaiinambrosemungai.com·May 23, 2025 · 8 min readImproving 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...00
AMAmbrose Mungaiinambrosemungai.com·May 20, 2025 · 3 min readAdding 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...00