dockerfiles
dockerfiles copied to clipboard
Collection of lightweight and ready-to-use docker images
I thought it would be useful to have option of adding custom prefix into backup filename. Also I'm printing filename into console. There's one more change - `postgresql-client` now contains...
When using Docker-compose trying to send email to `mailcatcher` from a separate container gets Connection refused. However if I test this via netcat I get the following error: > 220...
This allows a new option `DELETE_OLDER_THAN` to remove all files in the S3_PREFIX older than the set date. Examples: `DELETE_OLDER_THAN="30 days ago"` `DELETE_OLDER_THAN="6 months ago"` `DELETE_OLDER_THAN="1 year ago"`
Hi @schickling ; Just to say that I have created a restore container for mysql. It's mixed in with another repo where I'm experimenting with mysql cloud backup restore https://github.com/PaddleHQ/rds-dump-restore/tree/master/s3-restore-mysql...
Hi, You have `'set -e'` at the top of the `backup.sh` script. Right now, the `mysqldump ...|gzip...` command wont fail if mysqldump returns an error. If you add ``` set...
I set my server to be `https` and configured the API_URL to be `https` also, but the AJAX requests are all `http`.
S3 backup postgres Dockerfile specifies ENV variable of S3_PATH, but image actually uses S3_PREFIX
I think this might be a small typo and is related to #59, In the dockerfile it sets a default for the env variable: ENV S3_PATH 'backup', but in backup.sh,...
Hi, I'm trying to figure out what the "api_key" property of your dockfile is doing by looking at source code of swagger ui and your run.sh. However, I don't really...
The new version of swagger ui has been released and it fixes some bugs, so it would be great to have it. Also, I'm quite new to github so I...