chore: add service update instructions to readme
Added instructions for updating services in the README.
This commit is contained in:
parent
2240187ffa
commit
7fa98582fa
15
README.md
15
README.md
@ -13,4 +13,17 @@ PB_HOST=<DOMAIN-NAME>
|
||||
Where you should replace:
|
||||
|
||||
* `<AZURE-STORAGE-CONNECTION-STRING>`: Replace with a connection string from a azure storage account. This is where the built plugins are hosted.
|
||||
* `<DOMAIN-NAME>`: The domain name of your plugin builder website. HTTPS will be provisioned by let's encrypt automatically.
|
||||
* `<DOMAIN-NAME>`: The domain name of your plugin builder website. HTTPS will be provisioned by let's encrypt automatically.
|
||||
|
||||
## Updating Services
|
||||
|
||||
If you need to update the version of a service (e.g., Plugin Builder), follow these steps:
|
||||
|
||||
1. Update the `docker-compose.yml` file in the repository and push commit.
|
||||
2. On the server, run the following commands:
|
||||
|
||||
```bash
|
||||
git fetch
|
||||
git pull
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user