mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-17 19:37:02 +00:00
Enhancing README.md using docker
This commit is contained in:
@@ -426,6 +426,12 @@ After defining the variables, run the following command:
|
||||
docker-compose up -d --build
|
||||
```
|
||||
|
||||
On the `first` run it will be necessary to seed the database tables using the following command:
|
||||
|
||||
```bash
|
||||
docker-compose exec backend npx sequelize db:seed:all
|
||||
```
|
||||
|
||||
#### SSL Certificate
|
||||
|
||||
To deploy the ssl certificate, add it to the `ssl/certs` folder. Inside it there should be a `backend` and a `frontend` folder, and each of them should contain the files `fullchain.pem` and `privkey.pem`, as in the structure below:
|
||||
|
||||
Reference in New Issue
Block a user