Johannes Schickling
f447886746
Merge pull request #58 from dextervip/patch-1
Remove hard aws credentials restriction
8 years ago
Rafael Amorim
30164d65c9
Remove hard aws credentials restriction
AWS Credentials are not always a requirement if you are using ECS as it supports IAM Roles for Tasks.
8 years ago
Johannes Schickling
30c29dbc90
Merge pull request #53 from moafred/patch-1
Fix backup.sh for mysql-backup-s3
8 years ago
Fredo
3d0ed04f1e
Fix backup.sh for mysql-backup-s3
Fix a missing space which throw an error
```
backup.sh: line 47: syntax error: unexpected "then" (expecting "}")
```
8 years ago
Johannes Schickling
50db70e4a4
Merge pull request #52 from rostved/postgres-backup-s3/update-pg-dump
Bumped alpine version to edge to get pg_dump version 9.6.1
8 years ago
Mikkel Rostved
b597b62899
Lock to version 3.5 of Alpine
8 years ago
Mikkel Rostved
83ae010322
Bumped alpine version to edge to get pg_dump version 9.6.1
8 years ago
Johannes Schickling
8e10b6f5dd
Merge pull request #51 from adamgoose/master
mysql-backup-s3: Adding support for custom S3 endpoint
8 years ago
Adam Engebretson
284be0ea4c
Adding support for custom S3 endpoint
8 years ago
Johannes Schickling
94bfefd14b
Merge pull request #47 from EvgenyOrekhov/update-swagger-ui
Update swagger-ui to v2.2.8
8 years ago
Johannes Schickling
ec0004eb0a
Merge pull request #48 from EvgenyOrekhov/update-swagger-ui-dockerfile
Update swagger-ui/Dockerfile
8 years ago
EvgenyOrekhov
22634b8aaa
Update swagger-ui/Dockerfile
- Replace `mhart/alpine-node` with the official `node:alpine` image
- Replace `apk update && apk add` with the new `apk add --no-cache` command
which updates the index and removes it after the installation
8 years ago
EvgenyOrekhov
882b5b88a8
Update swagger-ui to v2.2.8
8 years ago
Johannes Schickling
5260d43312
Merge pull request #46 from splattael/patch-1
Rust: Mention running cargo as local user
8 years ago
Peter Suschlik
4c614d0c21
Rust: Mention running cargo as local user
Hi,
thanks for making this wonderful docker container!
It makes exploring rust even more fun :greenheart:
Running programs as root might be risky and should be avoided :-)
This PR describes the in README.
Thanks again and kind regards,
Peter
8 years ago
Johannes Schickling
b21df79c18
Merge pull request #45 from avianey/oauth2
Support for custom OAUTH2 param definition
8 years ago
avianey
3b71214fef
Support for custom OAUTH2 param definition
8 years ago
Johannes Schickling
d8cbdb447c
Merge pull request #44 from EvgenyOrekhov/update-swagger-ui
Update swagger-ui to v2.2.6
8 years ago
EvgenyOrekhov
593f489b93
Update swagger-ui to v2.2.6
8 years ago
Johannes Schickling
685e290971
Merge pull request #43 from Ibmurai/make-it-build
Switching from alpine:edge to :latest makes the thing actually build.
8 years ago
Jens Riisom Schultz
289438667e
Switching from alpine:edge to :latest makes the thing actually build.
8 years ago
Johannes Schickling
ac04b75db4
Merge pull request #41 from teohhanhui/patch-1
Add POSTGRES_EXTRA_OPTS to README
8 years ago
Teoh Han Hui
ee8a2b855a
Add POSTGRES_EXTRA_OPTS to README
8 years ago
Johannes Schickling
e50cd255cc
Merge pull request #40 from schmich/patch-1
Fix beanstalkd README title
8 years ago
Chris Schmich
85c32ef85d
Fix title.
8 years ago
Johannes Schickling
c95a552000
Merge pull request #39 from codec-abc/patch-1
fix typo
8 years ago
codec-abc
9e9adb6fcc
fix typo
8 years ago
Johannes Schickling
cbe995229f
Merge pull request #38 from spalladino/postgres-backup-s3/upgrade-alpine
Upgrade alpine version from 3.2 to 3.4 for pgbackup images
8 years ago
Santiago Palladino
51d17b5836
Upgrade alpine version from 3.2 to 3.4 for pgbackup images
Version 3.2 has an incompatibility with docker cloud: it cannot
resolve services, due to a resolv.conf issue. Latest version seems
to work fine.
8 years ago
Johannes Schickling
6e38c10ec7
Merge pull request #37 from EvgenyOrekhov/update-swagger-ui
Update swagger-ui to v2.2.2
8 years ago
EvgenyOrekhov
3a0c3bed8d
Update swagger-ui to v2.2.2
8 years ago
Johannes Schickling
c09b23fcbf
Merge pull request #36 from kbedel/master
Allow override of validatorUrl parameter to specify custom Swagger validator
8 years ago
kevi6083
bac56de3ce
Improved regex for inserting validatorUrl
8 years ago
kevi6083
bbe438f473
Add ability to override Swagger valdiatorUrl property
8 years ago
Johannes Schickling
22a96a934b
auth
8 years ago
Johannes Schickling
b2120ced41
Merge pull request #34 from issei-m/upgrade-mailcatcher
Upgrade mailcatcher to v0.6.5
8 years ago
Issei.M
e44185018e
Upgrade mailcatcher to v0.6.5
8 years ago
Johannes Schickling
dc1801378a
Merge pull request #33 from triggity/master
Allow overriding of default serving port for Swagger UI
8 years ago
Michael Truong
4d3331277d
Allow overriding of default serving port for Swagger UI
8 years ago
Johannes Schickling
0e9f14914c
Merge pull request #32 from EvgenyOrekhov/update-swagger-ui
Update swagger-ui to v2.2.0
8 years ago
EvgenyOrekhov
943cf6a5fb
Update swagger-ui to v2.2.0
8 years ago
Johannes Schickling
bcf0b3924e
Merge pull request #31 from EvgenyOrekhov/update-swagger-ui
Fix #30 : make URL to swagger.json relative in swagger-ui/run.sh
8 years ago
EvgenyOrekhov
79d58a224e
Fix #30 : make URL to swagger.json relative in swagger-ui/run.sh
8 years ago
Johannes Schickling
d967110208
Merge pull request #29 from EvgenyOrekhov/update-swagger-ui
Fix #28 : make swagger-ui/run.sh forward signals to the Node.js process
8 years ago
EvgenyOrekhov
ed841c37eb
Fix #28 : make swagger-ui/run.sh forward signals to the Node.js process
`docker stop` now properly stops the swagger-ui container
8 years ago
Johannes Schickling
14fdfdf821
Merge pull request #27 from vondeetzen/master
Issue #26 : Upgraded MailCatcher in Dockerfile to version 0.6.4
8 years ago
André von Deetzen
b77ce50a36
Issue #26 : Upgraded MailCatcher in Dockerfile to version 0.6.4
8 years ago
Johannes Schickling
05268ffde0
Merge pull request #25 from m2sh/master
added ability to use authentication with environment variables to beanstalkd-console
8 years ago
m2sh
d904a20538
added ability to use authentication with environment variables to beanstalkd-console
8 years ago
Johannes Schickling
4d23663cee
Merge pull request #24 from m2sh/master
make beanstalkd-console lighter with using php:7-alpine base image
8 years ago