You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,7 +51,7 @@ docker run -d -p 8080:8080 ghcr.io/wavezync/pulse-bridge:latest
51
51
52
52
Update the [config.yml](https://github.com/wavezync/pulse-bridge/blob/main/config.yml) in the project root to add your services and databases. Then rebuild the binary or Docker image and run it.
53
53
54
-
### 🚢 Deploy with Kubernetes
54
+
### Kubernetes:ship:
55
55
56
56
There are many ways to deploy Pulse Bridge on Kubernetes. Below is a simple example using a Deployment, Service, and ConfigMap.
57
57
@@ -109,26 +109,23 @@ data:
109
109
110
110
### Environment Configuration
111
111
112
-
1. .env file:
112
+
#### Environment Variables
113
113
114
-
A .env file is **optional** but can be configured:
114
+
You can set environment variables to configure Pulse Bridge. These variables can be used to override the default configuration file or set the host and port.
115
115
116
-
```bash
117
-
PULSE_BRIDGE_CONFIG=mycustomconfig.yml # Sets the custom configuration file path, defaults to config.yml
118
-
HOST=0.0.0.0 # Defaults to 0.0.0.0
119
-
PORT=8080 # Defaults to 8080
120
-
```
116
+
```bash
117
+
PULSE_BRIDGE_CONFIG=mycustomconfig.yml # Sets the custom configuration file path, defaults to config.yml
0 commit comments