1
0
This repository has been archived on 2026-06-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
MSE-PI-E2EEDA-Plein-de-eeee…/db/README.md
Klagarge dc4b0f7e50 doc(db): fix typo in doc
Put markdown title instead of Typst title syntax
2026-04-13 21:47:35 +02:00

23 lines
530 B
Markdown

# Deployement
1. Create the Influx token offline:
```bash
echo "apiv3_$(openssl rand -base64 64 | tr -d '+/=')" > secrets/admin-token.txt
```
2. Copy `.env.template` to `.env` and change value if necessary:
```bash
cp .env.template .env
```
3. Deploy the stack:
```bash
docker compose up -d
```
## Traefik
A traefik config file is available on [traefik.yml](./traefik.yml). It can be used with an OIDC provider ([Authentik](https://github.com/goauthentik/authentik) in our case) to control access to the database explorer.