Latest #deployment Threads 
I’ve been building Comcent CE, an open-source, self-hostable voice/contact-center platform, and Elixir/OTP is the core of it. Sharing the...
New
Hi everyone!
I’m Alekx, some of you may know me from ElixirCasts. I always wished there were a simple, affordable way to get Phoenix app...
New
Environment
Elixir 1.18.3-otp-27 / OTP 27.3.4
Oban 2.20.2
Phoenix 1.7.x
db_connection 2.8.1 / Postgrex 0.21.1
Infrastructure: Google Cl...
New
Hello everyone,
I was wondering if there is a way to disable the power save mode of the wireless card on the rpi0. I could not find a wa...
New
Hello there all,
In Python you can store API Keys in a .env file, you can use this information by retrieving it with the help of environ...
New
Hi all,
I’m experimenting with using Bandit as the webserver and Postgrex directly for a REST API without any framework layer.
Backgrou...
New
Hey folks,
I’m building Zed (not editor) a declarative BEAM deploy tool for FreeBSD and illumos that uses ZFS user properties as the stat...
New
Igor Ostaptchenko, Detroit MI — Senior/Staff Elixir Engineer, 13 years on the BEAM (Remote US, UTC-5)
About me
I have been shipping Elixi...
New
<?xml version="1.0"?>
<!DOCTYPE tsung SYSTEM "tsung-1.0.dtd">
<tsung loglevel="warning" version="1.0">
<clients...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
This Week's Trending
This Month's Trending
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hi everyone!
I’m Alekx, some of you may know me from ElixirCasts. I always wished there were a simple, affordable way to get Phoenix app...
New
This Year's Trending
These past few days, I’ve tried switching from Neovim to Helix, and so far the experience has been great. Compared to neovim, which requi...
New
AWS re:Invent is on at the moment with some interesting announcements. One new feature in particular is the Lambda Runtime API for AWS La...
New
I’m wondering if anyone has experience in deploying Elixir apps (Phoenix apps or otherwise) to Microsoft Azure. If so, I would love to he...
New
I’m not a Lambda fan-boy because I think it’s overprescribed as a cure-all for every possible problem when in reality, Lambdas are best s...
New
Downloading Erlang / Elixir from https://packages.erlang-solutions.com/ stopped working for us today.
Is there another “official” / safe...
New
Hi everybody!
We’re in the process of moving a project consisting of several Elixir applications from Distillery 1.x and Conform to Elix...
New
On my development VM (specs see below) - starting an elixir / erlang container takes up 2G of physical memory while running iex locally o...
New
Hey there, we’re going to walk through deploying a Phoenix app to a DigitalOcean droplet, manually - no tools no nothing. Just straight u...
New
I’ve multiple api instances installed on the on premise servers that are sometimes offline. I’d like to setup one master admin node that ...
New
Hi all,
is there any up to date resource out there (blog, talk, video, book…) about deploying elixir applications using releases?
In pa...
New
Hi everyone.
I’m trying to setup a small cluster with three nodes. I’m using libcluster as I have before. But my nodes doesn’t have a us...
New
How do you typically serve Phoenix applications? It’s common for many envs to have a reverse proxy (pure http server) set as the “first l...
New
Hi,
Is asdf still the best way of installing Elixir and Erlang on a Linux system?
Thanks
Richard
New
I am trying deploy phoenix app to cloud run every thing works locally fine using public IP but when i deployed to cloud run the app could...
New
Hey guys!
I have deployed my Phoenix project to Fly here and set up my DNS records and certs in order to connect to my custom domain her...
New
Last Three Year's Trending
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service.
Currently when I de...
New
Here are few pieces of (common) Linux knowledge that we use for reasonably small one server apps. We use Ubuntu but this should work for ...
New
I managed to deploy my Phoenix App on an external virtual server using Docker. The only thing missing is the call of “migrate” to run the...
New
Did anyone successfully set up ECS using distributed Elixir? I am tackling this right now.
I am especially interested how to connect the...
New
Is Elixir able to power a social network messaging system with the same user volume as FB, Telegram or Whatsapp?
New
Hey everyone, yesterday I have played around with Vite.js and it feels really nice for frontend dev in Phoenix. The setup is currently a ...
New
I have a private project which I’m thinking of making public, but I want to first see if there’s interest.
I think elixir is an excellen...
New
My team is building various micro-services using elixir.
Some of needs of systems is shared (for example: authentication).
To not dupli...
New
When accessing the page she tries to load lasts about 10 seconds and reloads again and stays in that loop without stopping. When accessin...
New
sudo apt-get install elixir will install elixir 1.12 for me. Could someone give the most straightforward way for me to install Elixir 1....
New
I came across this article about dockerizing a phoenix installation:
How to Run Your Phoenix Application with Docker)
But it is from ar...
New
I’m deploying a Phoenix app with Elixir releases and Docker. The Phoenix docs have an example dockerfile you can use – mine is based on t...
New
I am trying to migrate our app (that uses Tailwindcss, and React on the frontend) from Phoenix v1.5 to v1.6.11
Everything works perfectl...
New
I’m deploying my app with fly.io.
I have no idea how to run ecto migration before deploying.
If I don’t do that, new version app will m...
New
Background
Like many others we’re currently using Alpine images for our deployments. Specifically at the moment we rely on:
hexpm/elixir...
New
Trending Over Three Years
I am trying to run a deploy with docker and I successfully runned with this command:
docker build -t romenigld/blog-prod .
but when I t...
New
I did a few experiments with running on lambda via exrm because I wanted to avoid writing .js as much as possible. Here is what I found....
New
We are starting to wind down our local hosted cloud servers to go to something like heroic or similar.
So in order to decide I would lik...
New
Hi there, I’m working through my first release with elixir/phoenix. I’ve built a release with distillery and found that it crashes when I...
New
Is there a way to use a completely local dependency in a Elixir project? A dependency shouldn’t be uploaded to any git cloud hosting incl...
New
I have been thinking about setting up continuous delivery and I wonder:
Does running Elixir/OTP within a Docker container put you at a ...
New
Hi everyone,
I hesitated to post this here because I don’t want you to think I’m spamming, but I’ve been working on a Platform-as-a-Serv...
New
I am new to elixir and i wanted to confirm one thing. Lets say i have a vps with 2GB RAM and 1 CPU core.
I have a csv file with 2,000,0...
New
New to elixir and phoenix and was trying to do a full life cycle on a simple crud. I’m having the darndest time getting Elixir to work wi...
New
how to convert base64 string to byte string?
New
What are the best recommendations for deploying a phoenix/elixir app? Are there any good tutorials that any of you would recommend?
New
I’m deploying a Phoenix app with Mix releases. I’d like to access a static file, stored in the priv/ directory, during runtime.
When I e...
New
I’m not sure if this is a Phoenix or Elixir question. I’m building this all using Phoenix, but I think this relates to Elixir and the OT...
New
Hello.
I’m trying to learn Docker to container my basic API.
The steps I did are the following :
Create the API, test it with a postm...
New
When I run this in my terminal mix phx.server I am facing this error. I am on linux Arch.
[error] `inotify-tools` is needed to run `file...
New
- Follow
- Join
- Shape
the conversation
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #hex









