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
Copy file name to clipboardExpand all lines: content/shared/influxdb3-get-started/setup.md
-85Lines changed: 0 additions & 85 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -310,91 +310,6 @@ The command pulls the latest {{% product-name %}} Docker image and starts
310
310
> For more information about mapping your container port to a specific host port, see the
311
311
> Docker guide for [Publishing and exposing ports](https://docs.docker.com/get-started/docker-concepts/running-containers/publishing-ports/).
312
312
313
-
{{% /expand %}}
314
-
{{% expand "Docker Compose with preconfigured admin tokens" %}}
315
-
316
-
For automated deployments or CI/CD pipelines, you can start {{% product-name %}} with a preconfigured admin token file that contains your admin token in JSON format.
317
-
318
-
### Create an admin token file
319
-
320
-
Create a JSON file with your admin token:
321
-
322
-
```json
323
-
{
324
-
"token": "apiv3_your_token_here",
325
-
"name": "admin",
326
-
"description": "Admin token for automated deployment"
327
-
}
328
-
```
329
-
330
-
For security, restrict file permissions:
331
-
332
-
```bash
333
-
chmod 600 path/to/admin-token.json
334
-
```
335
-
336
-
### Use Docker Compose with secrets
337
-
338
-
For secure token management in Docker Compose, use Docker secrets instead of bind mounts:
0 commit comments