We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3f960 commit c7bfaa1Copy full SHA for c7bfaa1
docs/deploying.md
@@ -44,8 +44,6 @@ SSH into your server and bring up the stack.
44
45
For production, avoid using `.env` files. Instead, set secrets directly:
46
47
-> 💡 Avoid leaking secrets by disabling shell history.
48
-
49
```sh title=".env"
50
JWT_SECRET=your-secret \
51
CADDY_PORT=80 \
@@ -55,6 +53,8 @@ POSTGREST_AUTHENTICATOR_PASS=supersecret \
55
53
docker compose up -d
56
54
```
57
+> 💡 Avoid leaking secrets by disabling shell history.
+
58
Alternatively, use environment injection in your CI/CD.
59
60
---
0 commit comments