Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CleverCloud/phoenix-docker-example
Run Phoenix with Docker on Clever Cloud.
https://github.com/CleverCloud/phoenix-docker-example
clevercloud-example docker elixir phoenix
Last synced: 2 months ago
JSON representation
Run Phoenix with Docker on Clever Cloud.
- Host: GitHub
- URL: https://github.com/CleverCloud/phoenix-docker-example
- Owner: CleverCloud
- Created: 2014-12-30T15:19:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T10:52:20.000Z (almost 8 years ago)
- Last Synced: 2024-08-04T17:08:51.323Z (6 months ago)
- Topics: clevercloud-example, docker, elixir, phoenix
- Language: Elixir
- Homepage:
- Size: 40 KB
- Stars: 5
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-clever-cloud - demo-docker-elixir
README
# Elixir app demo
This is a sample `phoenix` app, created by typing `mix phoenix.new` in a
terminal.## Deploying on Clever Cloud
You can deploy this app on Clever Cloud with the docker runtime.
If it's your first clever cloud docker application, please have a look at the
documentation:In a nutshell:
- create a docker application
- `git remote add clever `
- git push clever master