Latest #mix-release Threads 
I’m using the standard Dockerfile generated by mix phx.gen.release --docker with a small change:
# Compile the release
ARG APP_VERSION
R...
New
I have the following list of apps in my extra_applications field in mix.exs:
def application do
[
mod: {Core.Application, []...
New
I have a Phoenix application that is happily using runtime.exs to configure settings at runtime. The Phoenix app is deployed via a Docker...
New
I haven’t been able to find a simple example for this. Let’s say we have a regular project with Phoenix that is deployed by building a mi...
New
I had a question about using build_per_environment: false in my mix.exs… I have a simple app that doesn’t have any compile-time configura...
New
Long story short, huge domain name, non erlang users. Want to shrink down the width of the prompt as it’s making it difficult for users t...
New
I am releasing a small elixir app with mix release. Since I only need the release to run on a linux machine, I do not need any .bat scrip...
New
I’ve built a release of my app using mix release. The release is built into a docker container, and deployed, and the app runs fine.
Whe...
New
Hi!
I want to start the release using bin/my_app start and then call functions using rpc requests. How do I check if the application is ...
New
Hello everyone ! :wave:
I’m new to the forum, even if I used it a lot when learning Elixir I never had the need to ask my own questions....
New
This Week's Trending
This Month's Trending
This Year's Trending
I’m using the standard Dockerfile generated by mix phx.gen.release --docker with a small change:
# Compile the release
ARG APP_VERSION
R...
New
Last Three Year's Trending
This post is intended to be a guide for others, I was running a remote debugger for the first time and appreciate feedback on how I could...
New
Hi, this is the first time I migrated the release system for a distributed app from Distillery to Elixir releases.
I’m building a docker...
New
I made an Elixir app with mix release that runs on Windows as a service.
Because of a erlsrv bug (Windows service fails to start on OS (...
New
I’m trying to build a Phoenix app using Docker, to later deploy it to dedicated servers
I followed this tutorial but used centos:7 as a ...
New
Hello,
I am a bit confused with the release process with mix.
I want to deploy my release on a server with erlang installed, but when I...
New
We have a Elixir Phoenix application currently deployed in a highly available configuration on AWS. We use a application load balancer (...
New
I’ve spent some time understanding how to do hot code reloading with releases built using mix release, and here I’d like to detail the st...
New
After generating a Dockerfile with mix release, and build it with docker build, I am unable to start elixir in the container:
=INFO RE...
New
I have a small web application here – Lexin Mobi (https://lexin.mobi, GitHub - cr0t/lexin: Swedish Dictionary App) – which I deploy via D...
New
Background
I have an umbrella project with several apps inside. I want to create a special release that will have additional files inside...
New
How to execute custom task in mix releases step?
In mix.exs:
releases: [
myapp: [
overwrite: true,
in...
New
The Mix Release documentation states the following with regards to rpc commands:
Another way to run commands is with rpc , which will c...
New
<tl;dr>
mix release copies /rel/overlays/bin files
mix release foo_app doesn’t copy /rel/overlays/bin files
</tl;dr>
Ac...
New
This error was a surprise from our Docker build. We have two different API client libraries that both have a mix task with the same modul...
New
Hi,
I have an Elixir 1.15.7 application. At first, it was intended to be installed only on Windows. Therefore I configured mix.iex with ...
New
Trending Over Three Years
Background
I am using elixir 1.9 with erlang 22.0 and I am using the command mix release. However when I try to run my app with _build/de...
New
Hello,
When one is within the Mix context it’s possible to run
$ mix run priv/repo/seeds.exs
Which will evaluate code like the followi...
New
Hi,
Is it possible to somehow limit the memory usage of the Erlang virtual machine? I’m on a shared server and I don’t have root access....
New
I’m following these two tutorials:
And I can create a release without so much effort, however, creating a .env file and then sour...
New
Hi all! I haven’t worked with Elixir since v1.7. I was just checking out the new mix release functionality and I was thinking about how I...
New
Distillery has Boot Hooks, which can be utilized to e.g. run ecto migration scripts before application startup during deployment.
I am b...
New
I’ve done this a lot when using distillery - for example, bundling a script which will execute an ecto.migration task.
Here’s an examp...
New
Hello,
We are working in a pretty big Elixir application (at the moment of writing, 1 minute of compilation in an i5 processor and ~930...
New
Hi all. First time creating a thread here, please be gentle!
I have an Mix release executable that works fine when started normally, but...
New
Hey!
I have a quick question that doesn’t seem to be explicitly mentioned anywhere in the docs. Does runtime.exs have access to the envi...
New
I have an application that needs to run under 2 different name/configuration on the same box. I have read the mix release documentation b...
New
My app is currently crashing during mix release start with a very odd ecto sql exception, and I would like to verify that eg. the Applica...
New
Initial Problem:
I want to use :mnesia in my application.
If I don’t explicitly include :mnesia in my release, it doesn’t exist.
exampl...
New
I’m trying to do deploy an elixir umbrella app with elixir 1.9+(using mix release). I’ve gotten to the point where I’m running a migratio...
New
This is how my Dockerfile looks like
FROM elixir:1.10.4-alpine AS build
ARG CIRCLE_BUILD_NUM
ENV CIRCLE_BUILD_NUM=$CIRCLE_BUILD_NUM
EN...
New
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
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #ash-questions
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #discussion
- #javascript
- #elixirconf
- #library
- #oban-questions
- #dialyzer
- #docker
- #onsite
- #authentication
- #podcasts
- #full-time-contract
- #umbrella
- #code-sync
- #ecto-query
- #phoenix_html
- #iex
- #graphql
- #genstage
- #elixir-ls
- #nerves-questions
- #podcasts-by-brainlid
- #supervisor
- #websockets
- #distillery
- #advent-of-code
- #blog-post
- #livebook-questions
- #processes
- #forms
- #api
- #metaprogramming







