Ideally, create a Dockerfile that will bootstrap all NextGraph operations on launch. But this may be difficult as a lot of keys must be generated, and saved in .env variables. So this will probably be a two-step process: generate the keys, save them on the .env file, and then launch the server.
It would be great if the master key required to launch the server was not saved as an env variable, but was required on every launch. This would mean only the administrator who has this key can access the server and decrypt the content of the Pods.
Ideally, create a Dockerfile that will bootstrap all NextGraph operations on launch. But this may be difficult as a lot of keys must be generated, and saved in .env variables. So this will probably be a two-step process: generate the keys, save them on the .env file, and then launch the server.