This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

LukasKnuth
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 Top

superruzafa
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
itopiz
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
pcriv
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
jpcaruana
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
duntonr
We have a Elixir Phoenix application currently deployed in a highly available configuration on AWS. We use a application load balancer (...
New
christo-ph
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
cr0t
I have a small web application here – Lexin Mobi (https://lexin.mobi, GitHub - cr0t/lexin: Swedish Dictionary App) – which I deploy via D...
New
Fl4m3Ph03n1x
Background I have an umbrella project with several apps inside. I want to create a special release that will have additional files inside...
New
pertsevds
How to execute custom task in mix releases step? In mix.exs: releases: [ myapp: [ overwrite: true, in...
New
effinbanjos
The Mix Release documentation states the following with regards to rpc commands: Another way to run commands is with rpc , which will c...
New
francois1
<tl;dr> mix release copies /rel/overlays/bin files mix release foo_app doesn’t copy /rel/overlays/bin files </tl;dr> Ac...
New
nathany
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
itopiz
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
ydg33
Hello! I’m trying to set up a small Elixir app that depends on jason via another package. Using mix release works, but as soon as I set ...
New
Fl4m3Ph03n1x
Background I am making an elixir release in tarball format: defp releases, do: [ my_app: [ applications: [ ...
New

Trending Over Three Years Top

Fl4m3Ph03n1x
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
_toni
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
ollran
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
zoedsoupe
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
jswny
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
ymtszw
Distillery has Boot Hooks, which can be utilized to e.g. run ecto migration scripts before application startup during deployment. I am b...
New
bryanhuntesl
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
odarriba
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
dynamite-ready
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
hazardfn
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
martinos
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
unthought
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
ryanwinchester
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
maz
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
raashi_me
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
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement