Skip to content

An entrypoint that will fetch a config from s3 when the container is started

Notifications You must be signed in to change notification settings

TapTap21/config-pocock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

config-puller

An entrypoint that will pull a config from s3 when the container is started

Usage

Add aws cli to the dockerfile.
Example of how to run seen in the docker-compose.\

Set the following environment variables:
AWS_ACCESS_KEY_ID: "ACCESSKEY"
AWS_SECRET_ACCESS_KEY: "SECRETKEY"
CONFIG_LOCATIONS: [{"remote": "s3://bucketname/folder/file1", "local": "path/to/file1}, {"remote": "s3://bucketname/folder/file1", "local": "path/to/file1},]

Name

Config-pocock is named after the famous the rugby flanker and fetcher David Pocock

About

An entrypoint that will fetch a config from s3 when the container is started

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published