Dockerization #1

Merged
kirby merged 5 commits from dockerisation into main 2023-04-05 11:42:19 +02:00
Showing only changes of commit b68f11b8cd - Show all commits

View File

@ -10,6 +10,14 @@ It runs with Django. The information are daily generated by an ansible playbook,
## Install ## Install
### Run with docker
```
docker-compose up
```
### On-premise
Dependencies in case of Debian 10. Dependencies in case of Debian 10.
``` ```
apt install python3-venv libmariadb-dev-compat libmariadb-dev mariadb-client python3-dev gcc apt install python3-venv libmariadb-dev-compat libmariadb-dev mariadb-client python3-dev gcc