Add document for running locally

This commit is contained in:
Khue Doan
2020-06-23 15:53:37 +07:00
parent d10db3a6ba
commit bf842aee9c

View File

@ -6,3 +6,16 @@
- Gitea: git.khuedoan.com
- Database: MariaDB
- Reverse proxy: NGINX
## Run locally
Add the following lines to the `/etc/hosts` file:
```
127.0.0.1 khuedoan.com
127.0.0.1 git.khuedoan.com
```
Start the services
`$ MYSQL_ROOT_PASSWORD='PASSWORD_HERE' docker-compose up --build`