UNPKG

600 BMarkdownView Raw
1# Running docker
2
3- modify .env with your appropriate values
4 - at a minimum you should at least change:
5 - MYSQL_VOLUME_DIR
6 - VIDEOS_VOLUME_DIR
7 - MYSQL_PASSWORD
8 - MYSQL_ROOT_PASSWORD
9 - ADMIN_PASSWORD=admin
10- modify any other details to suit your needs in `docker-compose.yml` ie volume paths
11- make sure you have docker installed and running
12- make sure you have docker-compose installed
13- run docker-compose
14 ```
15 docker-compose up -d
16 ```
17- you will see that camera and cron will spew a few errors about connecting to the db while the db container spins up
18
\No newline at end of file