Second attempt at using secret in elabftw

This commit is contained in:
Cian Hughes
2024-01-12 18:19:23 +00:00
parent 1dcdf80987
commit 0b6be53d30
6 changed files with 855 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ services:
- elabftw_sql_key
- elabftw_secret_key
environment:
SECRET_KEY: "${cat /run/secrets/elabftw_secret_key}"
SECRET_KEY: "$${cat /run/secrets/elabftw_secret_key}"
DB_HOST: "172.252.0.7"
DB_PORT: "3306"
DB_NAME: "elabftw"