E-learning application
In order to run this containers you'll need docker and docker-compose installed.
$ git clone https://git.krypta.it/owner/4actuaries && cd 4actuaries
$ cp .env.example .env
$ docker-compose -f utils/docker/docker-compose.yml up --build
After couple of minutes app should start and you will have access to http://localhost:8000/
$ docker-compose exec web python manage.py createsuperuser