Container used to sync/decrypt various environment files from cloud storage to a folder on a server
100K+
Container used for syncing/decrypting various environment files from cloud storage to a folder on an instance.
Have all of the environment files you want made available to your app in a storage medium your instance can reach, defined as SOURCE_ENV.
Any source files encrypted with git-deploy's 'secret' command with a .secret extension will arrive at the destination decrypted with extension stripped so long as the needed GPG keys are present in the SOURCE_ENV as public.key and private.key respectively.
Example:
docker run -e ENV_SOURCE="s3://some-bucket" -v config:/config pebbletech/orbit-env
Content type
Image
Digest
Size
10.7 MB
Last updated
over 10 years ago
docker pull pebbletech/orbit-env