mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-12 16:06:43 +00:00
Merge branch 'dev' into enterprise
This commit is contained in:
@@ -91,6 +91,15 @@ Your existing Pangolin data will stay in the database, so feel free to try a rem
|
|||||||
```
|
```
|
||||||
</Step>
|
</Step>
|
||||||
|
|
||||||
|
<Step title="Change the repo and tag">
|
||||||
|
Update the Pangolin repo to use the remote node image. In your `docker-compose.yml`, change the `pangolin` service to use the remote image:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
pangolin:
|
||||||
|
image: fosrl/pangolin-node:latest
|
||||||
|
```
|
||||||
|
</Step>
|
||||||
|
|
||||||
<Step title="Add ping to Traefik">
|
<Step title="Add ping to Traefik">
|
||||||
Edit your `config/traefik/traefik_config.yml` file to add a ping endpoint for health checks. Add this to the bottom of the file:
|
Edit your `config/traefik/traefik_config.yml` file to add a ping endpoint for health checks. Add this to the bottom of the file:
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ Before installing Pangolin, ensure you've opened the required port on your firew
|
|||||||
Connect to your server via SSH and download the installer:
|
Connect to your server via SSH and download the installer:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://digpangolin.com/get-installer.sh | bash
|
curl -fsSL https://digpangolin.com/get-node-installer.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
The installer supports both AMD64 (x86_64) and ARM64 architectures.
|
The installer supports both AMD64 (x86_64) and ARM64 architectures.
|
||||||
|
|||||||
Reference in New Issue
Block a user