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
- Host: GitHub
- URL: https://github.com/sofakingworld/phoenix_docker_example
- Owner: sofakingworld
- Created: 2018-04-12T20:35:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T20:36:00.000Z (about 8 years ago)
- Last Synced: 2025-01-14T12:16:56.899Z (over 1 year ago)
- Language: Elixir
- Size: 50.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/