Adam Engebretson
284be0ea4c
Adding support for custom S3 endpoint
9 years ago
Johannes Schickling
94bfefd14b
Merge pull request #47 from EvgenyOrekhov/update-swagger-ui
Update swagger-ui to v2.2.8
9 years ago
Johannes Schickling
ec0004eb0a
Merge pull request #48 from EvgenyOrekhov/update-swagger-ui-dockerfile
Update swagger-ui/Dockerfile
9 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
9 years ago
EvgenyOrekhov
882b5b88a8
Update swagger-ui to v2.2.8
9 years ago
Johannes Schickling
5260d43312
Merge pull request #46 from splattael/patch-1
Rust: Mention running cargo as local user
9 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
9 years ago
Johannes Schickling
b21df79c18
Merge pull request #45 from avianey/oauth2
Support for custom OAUTH2 param definition
9 years ago
avianey
3b71214fef
Support for custom OAUTH2 param definition
9 years ago
Johannes Schickling
d8cbdb447c
Merge pull request #44 from EvgenyOrekhov/update-swagger-ui
Update swagger-ui to v2.2.6
9 years ago
EvgenyOrekhov
593f489b93
Update swagger-ui to v2.2.6
9 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.
9 years ago
Jens Riisom Schultz
289438667e
Switching from alpine:edge to :latest makes the thing actually build.
9 years ago
Johannes Schickling
ac04b75db4
Merge pull request #41 from teohhanhui/patch-1
Add POSTGRES_EXTRA_OPTS to README
9 years ago
Teoh Han Hui
ee8a2b855a
Add POSTGRES_EXTRA_OPTS to README
9 years ago
Johannes Schickling
e50cd255cc
Merge pull request #40 from schmich/patch-1
Fix beanstalkd README title
9 years ago
Chris Schmich
85c32ef85d
Fix title.
9 years ago
Johannes Schickling
c95a552000
Merge pull request #39 from codec-abc/patch-1
fix typo
9 years ago
codec-abc
9e9adb6fcc
fix typo
9 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
9 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.
9 years ago
Johannes Schickling
6e38c10ec7
Merge pull request #37 from EvgenyOrekhov/update-swagger-ui
Update swagger-ui to v2.2.2
9 years ago
EvgenyOrekhov
3a0c3bed8d
Update swagger-ui to v2.2.2
9 years ago
Johannes Schickling
c09b23fcbf
Merge pull request #36 from kbedel/master
Allow override of validatorUrl parameter to specify custom Swagger validator
9 years ago
kevi6083
bac56de3ce
Improved regex for inserting validatorUrl
9 years ago
kevi6083
bbe438f473
Add ability to override Swagger valdiatorUrl property
9 years ago
Johannes Schickling
22a96a934b
auth
9 years ago
Johannes Schickling
b2120ced41
Merge pull request #34 from issei-m/upgrade-mailcatcher
Upgrade mailcatcher to v0.6.5
9 years ago
Issei.M
e44185018e
Upgrade mailcatcher to v0.6.5
9 years ago
Johannes Schickling
dc1801378a
Merge pull request #33 from triggity/master
Allow overriding of default serving port for Swagger UI
9 years ago
Michael Truong
4d3331277d
Allow overriding of default serving port for Swagger UI
9 years ago
Johannes Schickling
0e9f14914c
Merge pull request #32 from EvgenyOrekhov/update-swagger-ui
Update swagger-ui to v2.2.0
9 years ago
EvgenyOrekhov
943cf6a5fb
Update swagger-ui to v2.2.0
9 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
9 years ago
EvgenyOrekhov
79d58a224e
Fix #30 : make URL to swagger.json relative in swagger-ui/run.sh
9 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
9 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
9 years ago
Johannes Schickling
14fdfdf821
Merge pull request #27 from vondeetzen/master
Issue #26 : Upgraded MailCatcher in Dockerfile to version 0.6.4
9 years ago
André von Deetzen
b77ce50a36
Issue #26 : Upgraded MailCatcher in Dockerfile to version 0.6.4
9 years ago
Johannes Schickling
05268ffde0
Merge pull request #25 from m2sh/master
added ability to use authentication with environment variables to beanstalkd-console
9 years ago
m2sh
d904a20538
added ability to use authentication with environment variables to beanstalkd-console
9 years ago
Johannes Schickling
4d23663cee
Merge pull request #24 from m2sh/master
make beanstalkd-console lighter with using php:7-alpine base image
9 years ago
m2sh
fdffea6f37
make beanstalkd-console lighter with using php:7-alpine base image
9 years ago
Johannes Schickling
1531bda686
Merge pull request #23 from spalladino/postgres-backup-s3/add-extra-opts
Add POSTGRES_EXTRA_OPTS env variable to postgres-backup-s3
9 years ago
Santiago Palladino
2f4238f8b4
Add POSTGRES_EXTRA_OPTS env variable to postgres-backup-s3
Add optional env variable that can be used to pass extra options
to pg_dump, such as restrict the set of tables dumped.
9 years ago
Johannes Schickling
96e1d09591
base64 nginx
9 years ago
Johannes Schickling
a6f085e4d7
nginx extras
10 years ago
Johannes Schickling
a46101dcee
fix redirect
10 years ago
Johannes Schickling
a76a43904b
fix bash
10 years ago
Johannes Schickling
47c2ae244d
fix typo
10 years ago