Commit Graph

138 Commits

Author SHA1 Message Date
carehart 95129959d2 the
Signed-off-by: carehart <charlie@carehart.org>
2020-07-27 22:14:01 -05:00
Romain Bélorgey 72bc6b1a16
Merge pull request #71 from thyrlian/master
Add Elasticsearch-Logstash-Kibana (ELK) example
2020-07-24 11:34:58 +02:00
Jing Li c02d92a01c Add Logstash config to filter example Nginx logs
Signed-off-by: Jing Li <thyrlian@gmail.com>
2020-07-24 02:32:09 +02:00
Guillaume Lours 3cf928bf9e
Merge pull request #78 from docker/dependabot/npm_and_yarn/react-express-mysql/backend/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /react-express-mysql/backend
2020-07-20 09:22:40 +02:00
Guillaume Lours 72ef2e9175
Merge pull request #79 from docker/dependabot/npm_and_yarn/vuejs/vuejs/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /vuejs/vuejs
2020-07-20 09:08:40 +02:00
dependabot[bot] ffc0c52d13
Bump lodash from 4.17.15 to 4.17.19 in /vuejs/vuejs
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-20 00:13:54 +00:00
dependabot[bot] 89724644e6
Bump lodash from 4.17.15 to 4.17.19 in /react-express-mysql/backend
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-20 00:00:11 +00:00
Guillaume Lours 638c159abd
Merge pull request #73 from docker/dependabot/maven/sparkjava-mysql/backend/mysql-mysql-connector-java-8.0.16
Bump mysql-connector-java from 8.0.11 to 8.0.16 in /sparkjava-mysql/backend
2020-07-02 10:05:56 +02:00
dependabot[bot] f9cee336fc
Bump mysql-connector-java in /sparkjava-mysql/backend
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.11 to 8.0.16.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.11...8.0.16)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-02 02:47:53 +00:00
Guillaume Lours 50e72759a7
Merge pull request #69 from rahilsh/master
Fixed typo in readme
2020-06-23 15:57:52 +02:00
Jing Li 20e68aa966 Add Elasticsearch-Logstash-Kibana (ELK) example
Signed-off-by: Jing Li <thyrlian@gmail.com>
2020-06-21 10:21:09 +02:00
Rahil 304292bd9b Fixed typos in readme
Signed-off-by: Rahil S <rahilrshk@gmail.com>
2020-06-13 02:00:03 +05:30
Guillaume Lours aaa6a612e4
Merge pull request #68 from glours/update_vujs_dependencies
Update VueJs dependencies
2020-06-05 22:06:10 +02:00
Guillaume Lours e3aac7b58f Update vuejs dependencies
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-06-05 22:04:41 +02:00
Guillaume Lours 8e968e881c
Merge pull request #67 from docker/dependabot/npm_and_yarn/vuejs/vuejs/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4 in /vuejs/vuejs
2020-06-05 21:44:02 +02:00
dependabot[bot] 05b0f58a3b
Bump websocket-extensions from 0.1.3 to 0.1.4 in /vuejs/vuejs
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-05 19:37:46 +00:00
Guillaume Lours ea069d488f
Merge pull request #66 from glours/fix_django_cve
Upgrade Django version to fix CVE-2020-13596 & CVE-2020-13254
2020-06-05 21:36:32 +02:00
Guillaume Lours d441df2921 Upgrade Django version to fix CVE-2020-13596 & CVE-2020-13254
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-06-05 21:34:30 +02:00
Jérémie Drouet e5828ad1bf react-express-mongodb: clean frontend code
- apply prettier style on every js file
- remove mutation on immutable variables
- remove wrapper on top of axios
- fix form handling
- remove useless port definition in dockerfile

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 11:33:48 +02:00
Jérémie Drouet be7f09b6ba react-express-mongodb: lint sources
to fix some syntax issues in the existing code, the commit
put in place prettier and format the code

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 11:33:48 +02:00
Jérémie Drouet be8875c9b6 react-express-mongodb: rename server to backend
The goal here is to keep the same structure than the other examples.
Also, considering that it has a "frontend" folder, the equivalent for
the server should be "backend".

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 11:33:48 +02:00
Guillaume Lours e29f0d1c54
[react-express-mongdb] use compose network to communicate between services (#62)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-05-12 11:18:38 +02:00
Syed Afzal 2f750eb4f7
Sample React-Express-MongoDB (#59)
Signed-off-by: Afzal <sah.afzal@gmail.com>
2020-05-11 21:40:39 +02:00
Benoît Stahl 3599a2e685
prometheus-grafana - switch restart to string (#56)
Signed-off-by: Benoît Stahl <from+github@b5.pm>
2020-04-14 12:21:52 +02:00
Charlie Arehart bb1a5a1bfe
nginx-golang fix some minor typos (#49)
change mysql version in readme to match compose file

Signed-off-by: Charlie Arehart <charlie@carehart.org>
2020-04-12 21:42:42 +02:00
Amin Vakil 93ff67d258
Add restart policy (#53)
It's almost no possible monitoring solution which it's OK to stop monitoring server itself upon a problem.

Signed-off-by: Amin Vakil <info@aminvakil.com>
2020-04-10 09:30:54 +02:00
Hans(Akhil) Maulloo d3c5f28243
fixed title in flask readme file (#51)
Signed-off-by: kouul <maulloohans@gmail.com>
2020-04-08 16:39:04 +02:00
Alain Sellerin 9c21b1270f
Change port number in spring-postgresql sample (#41)
Signed-off-by: alain <alain@localhost.localdomain>
2020-04-08 09:28:28 +02:00
lfache 3a0f551e33
Adding simple Traefik example. (#44)
Adding simple Traefik example.

Signed-off-by: lfache <61111030+lfache@users.noreply.github.com>
2020-04-07 21:32:26 +02:00
FelipeVilella 8e678f132c
changing extension (#46)
Signed-off-by: Felipe Vilella <vilella.luisfelipe@gmail.com>
2020-04-07 15:56:32 +02:00
FelipeVilella 1e7d24da27
Django example (#43)
Add a Django example
2020-04-07 14:00:55 +02:00
Hans(Akhil) Maulloo 40c3caa1c8
Sample for apache-php7 (#42)
* add apache-php7.2 sample

Signed-off-by: kouul <maulloohans@gmail.com>
2020-04-06 18:31:23 +02:00
Guillaume LOURS 58589727ff
Merge pull request #39 from winter0mute/fix-gitea-typo
Fix typo in gitea-postgres README
2020-03-29 14:48:38 +02:00
winter0mute ff5768a59a Fix typo in gitea-postgres README
In the gitea-postgres README.md a nextcloud container was referenced instead of gitea, most likely it was copied from the nextcloud description.

Signed-off-by: winter0mute <stratocraft@gmail.com>
2020-03-29 12:11:56 +02:00
Chris Crone 78d807cb84
Merge pull request #38 from glours/awesome_compliance
Compliance with awesome repository requirements
2020-03-27 11:41:01 +01:00
Guillaume Lours 7fcb573db6 Compliance to awesome repository requirements
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-03-27 11:38:54 +01:00
Guillaume LOURS 11c633bc7f
Merge pull request #35 from jdrouet/react-rust
create a react-rust-postgres example
2020-03-27 10:22:59 +01:00
Jérémie Drouet 7d518e11da react-rust-postgres: add readmes
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-03-27 10:14:29 +01:00
Guillaume LOURS 60d2d2a8da
Merge pull request #37 from fumblehool/flask-app-fix
Updated Dockerfile for flask app
2020-03-26 14:25:05 +01:00
Damanpreet Singh b3db208944 Updated Dockerfile for flask app
Signed-off-by: Damanpreet Singh <daman.4880@gmail.com>
2020-03-26 18:51:43 +05:30
Guillaume LOURS 30038951cd
Merge pull request #34 from kouul/master
Add flask sample
2020-03-26 11:35:36 +01:00
kouul 5feddf0854 resolved newline changes
Signed-off-by: kouul <maulloohans@gmail.com>
2020-03-26 14:24:47 +04:00
Jérémie Drouet b73e252639 react-rust-postgres: add connection to postgres with migrations
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-03-26 10:39:45 +01:00
Guillaume LOURS 790db4206c
Update License to CC0
Needed to be listed in https://github.com/sindresorhus/awesome
2020-03-26 09:44:12 +01:00
kouul 83a24f681f add flask sample
Signed-off-by: kouul <maulloohans@gmail.com>
2020-03-26 08:44:07 +04:00
Jérémie Drouet bed22c74f5 react-rust-postgres: create simple client
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-03-25 16:22:24 +01:00
Guillaume LOURS 56b4dc0cf9
Merge pull request #33 from glours/security_issues_vuejs_sample
Fix security issues in yarn dependencies of vuejs sample
2020-03-25 16:20:38 +01:00
Guillaume Lours 5047947946 Fix security issues in yarn dependencies of vuejs sample
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-03-25 16:20:06 +01:00
Jérémie Drouet bdd0256bfc react-rust-postgres: create simple server
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-03-25 16:19:19 +01:00
Guillaume LOURS df60da7605
Merge pull request #32 from glours/security_issues_express_backend
Fix security issues in npm dependencies of react-express-mysql sample
2020-03-25 15:54:21 +01:00