A practice chat application using phoenix, react, and postgres to be deployed through cloud platforms.
- Elixir
- Phoenix
- React
- Postgres
- Nginx
- Docker
- Docker Compose
APP_PORT=4000
APP_HOSTNAME=localhost
DB_USER=postgres
DB_PASSWORD=postgres
DB_HOST=database
SECRET_KEY_BASE=Y0uRvErYsecr3TANDL0ngStr1ng
DOCKER_WEB_PORT_FORWARD=4000
VITE_API_URL=http://localhost:4000/api
VITE_WS_URL=ws://localhost:4000/socket
Replace env values to your liking
docker-compose up --build
docker-compose down -v