An open API service indexing awesome lists of open source software.

https://github.com/sly777/phoenix-docker

A Docker container for the Phoenix framework
https://github.com/sly777/phoenix-docker

docker docker-image elixir phoenix

Last synced: 7 months ago
JSON representation

A Docker container for the Phoenix framework

Awesome Lists containing this project

README

          

# Phoenix-Docker
## A Docker container for the Phoenix framework

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Docker Stars](https://img.shields.io/docker/stars/ilkerguller/phoenix.svg)](https://hub.docker.com/r/ilkerguller/phoenix/)
[![Docker Pulls](https://img.shields.io/docker/pulls/ilkerguller/phoenix.svg)](https://hub.docker.com/r/ilkerguller/phoenix/)

This image is based on the [official Elixir image](https://hub.docker.com/_/elixir/) and includes the features of that image.

[Click here to open docker hub link](https://hub.docker.com/r/ilkerguller/phoenix/)

### Image Contents (updated: 05/04/2017)

- Elixir 1.4.2
- Phoenix 1.2.1
- Node JS 7.x
- Yarn (NPM)

### Image Versions

The 'latest' tag on Docker Hub should always be reasonably in sync with the tip of 'master' within this repository via automated builds.

### How to use this image

```
docker run -it -v "$PWD":/app ilkerguller/phoenix:latest
```

### To prepare Docker-compose:

- docker-compose up -d
- docker-compose run api mix deps.get
- docker-compose run api mix ecto.create
- docker-compose run api mix ecto.migrate
- docker-compose run api npm install

### Use after prepare

- docker-compose up -d

### Authors

* **Ilker Guller** - [website](http://ilkerguller.com) / [twitter](https://twitter.com/the_bluescreen)

See also the list of [contributors](https://github.com/Sly777/phoenix-docker/contributors) who participated in this project.

### License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details