A docker setup for web app with custom configuration
- Install
docker
anddocker-compose
- Rename
.env.example
to.env
- Rename
web/nginx/localhost.conf.example
toweb/nginx/localhost.conf
- Run
docker-compose up --build
- Open http://localhost in your browser to access main app
- Go to "Signup" to create new account
- Open http://localhost:8081 in your browser
- Use user
root
and password from .env file (DB_ROOT_PASSWORD) - The name of the app database is
vmast
- Open http://localhost:15672 in your browser