docker-s3-volume
docker-s3-volume copied to clipboard
Docker container with a data volume from s3.
Can you add a flag for period restore? I'm using the data volume as a read-only volume so I don't mind to blow it away and restore from the S3...
For security purposes, use of the server side encryption flag would be very handy as another option to pass in. Wasn't sure on preferred mode of injection, but seems like...
Automatic building of containers via Github Actions for multiple architectures **Todos before application:** 1. Disable autobuild via DockerHub 2. Change Actions secrets: - DOCKERHUB_USERNAME to the Docker Hub username -...
# Problem I want to know when the initial sync is completed, so I can safely boot up dependent containers that rely on these files. # Solution Add health check...
I'd like to know when my container is done booting up (i.e. has pulled all the files in my s3 bucket). I'm imagining a health check I could use in...
This PR adds an archive mode in which there is no initial sync, and aws sync commands are run without the --delete flag, allowing for continuous archiving of local content...