Files
MSE-PI-E2EEDA-Plein-de-eeee…/db
Klagarge dc4b0f7e50 doc(db): fix typo in doc
Put markdown title instead of Typst title syntax
2026-04-13 21:47:35 +02:00
..
2026-04-13 21:47:11 +02:00
2026-03-19 12:32:17 +01:00
2026-04-13 21:47:35 +02:00

Deployement

  1. Create the Influx token offline:
echo "apiv3_$(openssl rand -base64 64 | tr -d '+/=')" > secrets/admin-token.txt
  1. Copy .env.template to .env and change value if necessary:
cp .env.template .env
  1. Deploy the stack:
docker compose up -d

Traefik

A traefik config file is available on traefik.yml. It can be used with an OIDC provider (Authentik in our case) to control access to the database explorer.