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
- Host: GitHub
- URL: https://github.com/sly777/phoenix-docker
- Owner: Sly777
- License: mit
- Created: 2017-04-05T10:48:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T22:53:56.000Z (almost 9 years ago)
- Last Synced: 2025-05-01T18:06:11.600Z (9 months ago)
- Topics: docker, docker-image, elixir, phoenix
- Homepage: https://hub.docker.com/r/ilkerguller/phoenix/
- Size: 7.81 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Phoenix-Docker
## A Docker container for the Phoenix framework
[](https://opensource.org/licenses/MIT)
[](https://hub.docker.com/r/ilkerguller/phoenix/)
[](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