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

https://github.com/sofakingworld/phoenix_docker_example

Example of Docker-compose and Dockerfile for Phoenix app
https://github.com/sofakingworld/phoenix_docker_example

Last synced: about 2 months ago
JSON representation

Example of Docker-compose and Dockerfile for Phoenix app

Awesome Lists containing this project

README

          

# PhoenixInDocker

This is example of simple Dockerfile for building Phoenix application and docker-compose file for postgres database.

for start phoenix application you have to run:

> docker-compose up --build

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).

## Learn more

* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix
* Docker: https://docs.docker.com/