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
m2sh
fdffea6f37
make beanstalkd-console lighter with using php:7-alpine base image
8 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
8 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.
8 years ago
Johannes Schickling
96e1d09591
base64 nginx
8 years ago
Johannes Schickling
a6f085e4d7
nginx extras
8 years ago
Johannes Schickling
a46101dcee
fix redirect
8 years ago
Johannes Schickling
a76a43904b
fix bash
8 years ago
Johannes Schickling
47c2ae244d
fix typo
8 years ago
Johannes Schickling
2b41ab4def
better nginx config
8 years ago
Johannes Schickling
02558553a6
chmod fix
8 years ago
Johannes Schickling
19f40626bb
moar docs
8 years ago