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 |
Johannes Schickling
|
3c2f2a7173
|
fix typo
|
8 years ago |
Johannes Schickling
|
3d249540ba
|
added nginx-envtpl
|
8 years ago |
Johannes Schickling
|
2bcc4839d5
|
Merge pull request #22 from OlivierCuyp/master
Add the option to have 1 file per database
|
9 years ago |
Olivier Cuypers
|
68bd0dc4b5
|
Add MULTI_FILE env var
Kept full retro-compatibility
|
9 years ago |
Olivier Cuypers
|
15f370ecca
|
Add the option to have 1 file per database
|
9 years ago |
Johannes Schickling
|
4963054b58
|
Merge pull request #20 from kandoio/update-postgres-restore-s3-readme
update postgres restore s3 readme
|
9 years ago |
Kieran Brownlees
|
f80eac5ad3
|
Update readme for postgres restore
|
9 years ago |
Kieran Brownlees
|
d73875f1ea
|
Use alpine:3.2 & postgres 9.4
|
9 years ago |
Johannes Schickling
|
76468e9950
|
Merge pull request #19 from kandoio/postgres-restore-s3
postgres-restore-s3
|
9 years ago |
Kieran Brownlees
|
865f8b2798
|
postgres-restore-s3
Pretty basic and is dangerous, but seems to work.
There is an option to drop the current public schema
|
9 years ago |
Johannes Schickling
|
1896542798
|
Merge pull request #18 from OlivierCuyp/patch-1
Base on alpine:edge to get DNS fixes
|
9 years ago |
Olivier Cuypers
|
846e44ae16
|
Base on alpine:edge to get DNS fixes
Fix fromofficial phpMyAdmin: 6dd6b90902
See https://twitter.com/thockin/status/704909611279781888 and
gliderlabs/docker-alpine#8. This will be fixed
in 3.4, so at that point we can switch back to using stable.
Fixes #23 (DNS issues)
Fixes #27 (Kubernetes support)
|
9 years ago |
Johannes Schickling
|
17acbc08b2
|
Merge pull request #17 from Hito01/master
Force v0.5.12 to avoid to crash on UTF-8 characters
|
9 years ago |
Nicolas Collard
|
7f14704ba3
|
Force v0.5.12 to avoid to crash on UTF-8 characters
|
9 years ago |
Johannes Schickling
|
52d860101f
|
opencv update
|
9 years ago |
Johannes Schickling
|
b9f9da7a54
|
Merge pull request #15 from pragmatics-ch/master
update to swagger-ui v2.1.3
|
9 years ago |
Nicolas Schwarzentrub
|
094f661505
|
update to swagger-ui v2.1.3
Update to the new version of swagger-ui
|
9 years ago |
Johannes Schickling
|
0f2d759187
|
Merge pull request #13 from kandoio/pipefail
Set pipefail so a pg_dump command will cause a failure
|
9 years ago |
Kieran Brownlees
|
56735a5775
|
Set pipefail so a pg_dump command will cause a failure
|
9 years ago |
Johannes Schickling
|
cc3740321c
|
Merge pull request #11 from mlaitinen/pg-backup-compose
[FEAT] Enabled postgres container linking and added a Docker Compose …
|
9 years ago |
Miku Laitinen
|
8eea309b04
|
[FEAT] Enabled postgres container linking and added a Docker Compose linking example in the README.md.
|
9 years ago |
Johannes Schickling
|
894008cb07
|
Merge pull request #8 from teohhanhui/patch-1
Remove colon in time portion of archive filename
|
9 years ago |
Teoh Han Hui
|
089952ad8e
|
Remove colon in time portion of archive filename
Still valid ISO8601 datetime
|
9 years ago |
Johannes Schickling
|
e1941ff656
|
Merge pull request #7 from arulrajnet/swagger-json-as-volume-support
Added support to load local swagger.json
|
9 years ago |
Arul
|
dc7304c5c4
|
Added support to load local swagger.json
- docker-compose.yml to easy to test
- petstore-swagger.json as local json
|
9 years ago |
Johannes Schickling
|
99c350b4d7
|
thumbor-nginx-cors
|
9 years ago |
Johannes Schickling
|
a744d92ba1
|
thumbor-nginx-cors
|
9 years ago |
Johannes Schickling
|
b15abd35c3
|
Merge pull request #6 from gdraynz/patch-1
Update swagger-ui README for 2.1.3
|
9 years ago |
Guillaume Desvé
|
7256d04d88
|
Update swagger-ui README for 2.1.3
Forgot about that :(
|
9 years ago |
Johannes Schickling
|
e8ad804a93
|
Merge pull request #5 from gdraynz/patch-1
Upgrade swagger-ui to 2.1.3
|
9 years ago |
Guillaume Desvé
|
b979388d70
|
Upgrade swagger-ui to 2.1.3
|
9 years ago |
Johannes Schickling
|
2ae9f83349
|
fix s3cmd
|
9 years ago |