mirror of
https://github.com/Cian-H/I-Form_Research_Server_Stack.git
synced 2025-12-23 06:32:07 +00:00
Attempt at secret ker usage
This commit is contained in:
@@ -72,7 +72,7 @@ services:
|
|||||||
- elabftw_sql_key
|
- elabftw_sql_key
|
||||||
- elabftw_secret_key
|
- elabftw_secret_key
|
||||||
environment:
|
environment:
|
||||||
SECRET_KEY: /run/secrets/elabftw_secret_key
|
SECRET_KEY: "${cat /run/secrets/elabftw_secret_key}"
|
||||||
DB_HOST: "172.252.0.7"
|
DB_HOST: "172.252.0.7"
|
||||||
DB_PORT: "3306"
|
DB_PORT: "3306"
|
||||||
DB_NAME: "elabftw"
|
DB_NAME: "elabftw"
|
||||||
|
|||||||
Reference in New Issue
Block a user