Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 735 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 735 Bytes

Elixir Phoenix - Audio Video Chat

Elixir v1.10 or above

Usage

Clone this repository and build docker image.

docker-compose up --build --abort-on-container-exit --remove-orphans

Command above will create 2 containers, database container and web container.

Now you can visit localhost:5000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more