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
|KDRIVE_API_TOKEN| The API token to use the KDrive API. |
16
+
|KSUITE_API_TOKEN| The API token to use the KDrive API. |
15
17
| PHX_HOST | The host the web server. (default: example.com) |
16
18
| PORT | The port for the web server. (default: 4000) |
17
19
| SECRET_KEY_BASE | Secret key used by the [phoenix framework](https://hexdocs.pm/phoenix/deployment.html#handling-of-your-application-secrets). |
18
20
19
21
```yaml
20
22
version: '3'
21
23
services:
22
-
kdrive-bridge:
23
-
image: minidfx/kdrive-bridge:v0.3.0
24
+
ksuite-middleware:
25
+
image: minidfx/ksuite-middleware:v0.4.0
24
26
environment:
25
27
- SECRET_KEY_BASE=<secret>
26
28
- PHX_HOST=<host>
27
29
- PORT=<port>
28
30
- KDRIVE_ID=<id>
29
-
- KDRIVE_API_TOKEN=<token>
31
+
- KSUITE_API_TOKEN=<token>
30
32
ports:
31
33
- 4000:4000
32
34
```
33
35
34
36
## Running with Docker (recommended way)
35
37
36
-
With Docker, running the application is a breeze. Simply update the environment variables SECRET_KEY_BASE, PHX_HOST, KDRIVE_ID, and KDRIVE_API_TOKEN. Then, run it to kickstart the application.
38
+
With Docker, running the application is a breeze. Simply update the environment variables SECRET_KEY_BASE, PHX_HOST, KDRIVE_ID, and KSUITE_API_TOKEN. Then, run it to kickstart the application.
0 commit comments