hakonrossebo / ElixirPhoenixPostgres-Docker-dev

Elixir, Phoenix and Postgres Docker development setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker setup for Elixir, Phoenix and Postgres development

This will host separate containers for Elixir and Postgres. The Elixir image will mount to a separate folder on your local machine. Use the docker exec.. command to launch a terminal in the elixir folder.

How to use

Clone this repo
In docker-compose.yml, change the volumes: information to map to a folder on your local machine.

run:
docker-compose up

in a separate terminal;
run:
docker exec -it elixirdev /bin/sh

``

About

Elixir, Phoenix and Postgres Docker development setup