555 B
555 B
= Deployement
- Create the Influx token offline with a influx3 container:
echo "apiv3_$(openssl rand -base64 64 | tr -d '+/=')" > secrets/admin-token.txt
- Copy
.env.templateto.envand change value if necessary:
cp .env.template .env
- 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.