We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c84a0 commit 6df2568Copy full SHA for 6df2568
CONTRIBUTING.md
@@ -2,6 +2,24 @@
2
3
## Local Setup
4
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
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
23
### OpenSearch
24
25
Run OpenSearch locally with the security plugin disabled (no TLS or auth required for local dev):
0 commit comments