-
Copy example
.env
filecp ./configs/.env.example .env
-
If you've changed anything in
secrets.env.template
, move the values to the.env
file. -
From
docker-compose.yml.envs
copy the value ofRSA_KEYPAIR
intoJWT_KEYPAIR
in.env
file. The value shoudl be double quoted there. -
Delete
docker-compose.yml.envs
andsecrets.env.template
. -
In the new system the compose config is configured by the values in the
.env
file.