Skip to content

Commit 6df2568

Browse files
committed
update docs
1 parent 97c84a0 commit 6df2568

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## Local Setup
44

5+
### Docker
6+
7+
To run the backend via Docker, the container fetches secrets directly from Doppler at startup using a service token.
8+
9+
Generate a token and export it in your shell:
10+
11+
```bash
12+
eval $(make docker-token)
13+
```
14+
15+
Then start the stack:
16+
17+
```bash
18+
make docker-up
19+
```
20+
21+
You'll need to re-run `eval $(make docker-token)` in any new shell session, or add `DOPPLER_TOKEN` to your shell profile.
22+
523
### OpenSearch
624

725
Run OpenSearch locally with the security plugin disabled (no TLS or auth required for local dev):

0 commit comments

Comments
 (0)