Commit Graph

234 Commits

Author SHA1 Message Date
Leon Stoldt 5cfa856a07 Adding portainer example
Signed-off-by: Leon Stoldt <tech@leon-stoldt.de>
2021-08-07 14:37:23 +02:00
Leon Stoldt 800e211fc4 Adding Plex example
Signed-off-by: Leon Stoldt <tech@leon-stoldt.de>
2021-08-07 14:36:28 +02:00
Leon Stoldt 38ec9cecba Added Pi-hole / cloudflared example for use of DoH
Signed-off-by: Leon Stoldt <tech@leon-stoldt.de>
2021-08-07 14:35:02 +02:00
Vaibhaw 4bbd137d73
Fix security issues : Update Packages (#150)
* Update php version to 8.0.7
* Fix security issues in vuejs sample

Signed-off-by: Vaibhaw <kvaibhaw99@gmail.com>
2021-07-06 18:05:58 +01:00
Dinesh kumar 495ec0033a
fixed the broken link docker-compose.yaml in README.md of prometheus-grafana (#152)
Signed-off-by: Dinesh kumar <dineshkumar12004@gmail.com>
2021-07-06 18:01:53 +01:00
Jérémie Drouet a13fabe604
refacto(react-rust-postgres): replace rocket by actix-web (#153)
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2021-07-06 18:00:16 +01:00
Jeffrey Swan 0ae9d4cea7
fix(docs): corrects typo in project documentation. (#137)
* fix(docs): corrects typo in project documentation.

Signed-off-by: Jeffrey Swan <jeffrey.swan.it@gmail.com>
2021-05-31 09:08:29 +01:00
Guillaume Lours 807fea936d
Fix security issues (#147)
* fix security issues in backend of react-express-mysql sample

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* fix security issues in vuejs sample

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-05-31 08:54:02 +01:00
Alvaro Carpio 006574eeea
add MySql healthcheck to dependency for backend (#148)
Signed-off-by: Alvaro Carpio <alvanxp@outlook.com>
2021-05-31 08:53:18 +01:00
Kai Devrim 66e821ffa0
Update Wordpress-MySQL README (#145)
It previously said at the bottom, 
`To remove all Gitea data,`
I changed it from Gitea to Wordpress
`To remove all Wordpress data,`
2021-05-21 17:56:18 +01:00
yuzu bd5fa7b667
Fix typo: `fom` -> `from` (#142)
Signed-off-by: Yz4230 <yuzupon1480@gmail.com>
2021-05-21 17:53:49 +01:00
Daniel 5da10ec827
update reference to port 5000 (now 3000) (#138)
Signed-off-by: Daniel Santos <iam@w-b.dev>
2021-05-21 17:53:00 +01:00
Max 6bec53c4c6
Fixed typo in message. (#132)
Signed-off-by: maxmarzolf <max@treesfromspace.com>
2021-05-21 17:44:22 +01:00
Esteban Solano Granados 6ba8ef4937
Migrate aspnet-mssql sample to .NET 5 🚀 (#143)
* Updated MVC app to .NET 5

Signed-off-by: GitHub <noreply@github.com>

* Added SQL Server health check

Signed-off-by: GitHub <noreply@github.com>

* Updated README.md files with ASP.NET samples

Signed-off-by: GitHub <noreply@github.com>
2021-05-21 17:43:15 +01:00
Alvaro Carpio c8370c40c6
Update nginx-golang-mysql dockercompose (#141)
* Add missing expose field to docker compose files (#124)

Signed-off-by: javi <javier@okteto.com>
Signed-off-by: Alvaro Carpio <alvanxp@outlook.com>

* add MySql healthcheck to dependency for backend

Signed-off-by: Alvaro Carpio <alvanxp@outlook.com>

Co-authored-by: Javier López Barba <j.lopezbarb@gmail.com>
2021-05-21 17:10:59 +01:00
Javier López Barba 744ed86c55
Add missing expose field to docker compose files (#124)
Signed-off-by: javi <javier@okteto.com>
2021-04-30 22:29:16 +02:00
Esteban Solano Granados eece4feb98
Add nginx-aspnet-mysql implementation (#119)
* Added nginx-aspnet-mysql implementation

Signed-off-by: GitHub <noreply@github.com>

* Updated nginx+aspnet+mysql README.md

Signed-off-by: GitHub <noreply@github.com>

* Added db healthcheck

Signed-off-by: GitHub <noreply@github.com>
2021-04-23 16:06:27 +02:00
Grant Birkinbine a90d4902e0
update readme to include nginx/wsgi/flask link (#133)
Signed-off-by: Grant Birkinbine <grant.birkinbine@gmail.com>
2021-04-22 15:39:25 +02:00
Serhat Şevki Dinçer 5afe7e401b
Create codeql-analysis.yml (#129) 2021-04-14 09:54:36 +02:00
Anca Iordache 99e20f4867
Update dependencies for django and express samples (#128)
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-04-13 14:29:52 +02:00
Ali Kadir Bagcioglu 1cc82a85ba
Added react-express-mongodb project link in README (#122)
Signed-off-by: Ali Kadir Bagcioglu <alikadirbagcioglu@gmail.com>
2021-04-12 18:56:18 +02:00
Joseph Barreca 93565e805f
update php version to 8.0.3 (#115)
* update php version to 8.0.3

current stable version: 8.0.3 / 4 March 2021

Signed-off-by: Joseph Barreca <jbarrec.tech@gmail.com>
2021-04-06 18:00:09 +02:00
pipopopo 9fa795e322
port 8080 is actually port 80 (#123)
Signed-off-by: Kenny Tordeurs <ktordeur@redhat.com>

Co-authored-by: Kenny Tordeurs <ktordeur@redhat.com>
2021-04-06 12:00:33 +02:00
Grant Birkinbine 4480b64e58
init (#120)
Signed-off-by: Grant Birkinbine <grant.birkinbine@gmail.com>
2021-04-06 11:54:06 +02:00
Andy Madge a42a8531ab
Added `--no-cache-dir` option to all Python pip commands in Dockerfiles (#113)
The cache gives no benefit to a Docker image but it does add size, hence it's best left out.

Signed-off-by: Andy Madge <andymadge@gmail.com>
2021-03-22 10:01:41 +01:00
frgegr a2cf9cc9f3
Update React / Spring / MySQL example (#99)
* Update README.md title from NodeJS to Spring

Signed-off-by: Friedrich Greiner <greinerfriedrich@gmail.com>

* Always restart spring backend service

Signed-off-by: Friedrich Greiner <greinerfriedrich@gmail.com>

* Also pass db-password secret to spring backend

Signed-off-by: Friedrich Greiner <greinerfriedrich@gmail.com>

* Add healthcheck to the mysql service

 - a start_period of 30s + 15s (interval * retries) should be long enough for mysql to initialize

Signed-off-by: Friedrich Greiner <greinerfriedrich@gmail.com>
2021-03-22 09:58:41 +01:00
Ryuichi Watanabe a92c067f75
Rename docker-compose.yml to docker-compose.yaml (#92)
Signed-off-by: watanabe.ryuichi <jpz2046@linecorp.com>
2021-03-19 11:39:46 +01:00
Guillaume Lours 16854a92ef
Fix security issues (#102)
* upgrade dependencies of vuejs sample to fix security issues

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* upgrade dependencies of react-express-mongodb sample to fix security issues

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* upgrade dependencies of react-express-mysql sample to fix security issues

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-03-19 10:26:43 +01:00
Tuna Alaygut d0769851bc
Fixed a typo in the return message (#107)
Signed-off-by: Tuna Alaygut <alaygut@gmail.com>
2021-03-19 10:25:28 +01:00
Kohei Niimi 3253a84db6
delete one of the two restart. (#108)
Signed-off-by: Kohei Niimi <kouhei.aquamarines@gmail.com>
2021-03-19 10:24:41 +01:00
Anca Iordache a3c3882227
Merge pull request #94 from glours/fix-node-forge-vulnerability
Upgrade dependenvies of vuejs sample to fix node-forge vulnerability
2020-09-21 09:58:13 +02:00
Guillaume Lours 469fc130c0 Upgrade dependenvies of vuejs sample to fix node-forge vulnerability
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-09-19 15:30:42 +02:00
Guillaume Lours 147c99df68
Merge pull request #91 from glours/fix_sparkjava_sample
Fix SparkJava-mysql backend bootstrap error
2020-08-18 14:20:17 +02:00
Guillaume Lours 8e35c3ba01 Fix backend bootstrap error
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-08-14 22:12:10 +02:00
Guillaume Lours dcdb55e346
Merge pull request #89 from usha-mandya/samples-note-patch
Add note on samples
2020-08-12 17:43:18 +02:00
Usha Mandya 9ea7ec51e7 Add note on samples
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-08-12 15:47:43 +01:00
Guillaume Lours 8e2d18f531
Merge pull request #88 from gtardif/minecraft_sample
Added Minecraft compose file
2020-08-12 15:01:14 +02:00
Guillaume Tardif 8c2e3a6f32 Added Minecraft compose file
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-08-12 14:59:35 +02:00
Guillaume Lours 3305168f9d
Merge pull request #77 from inductor/update_alpine
Update Alpine to 3.12 from 3.7
2020-08-10 15:03:54 +02:00
Guillaume Lours dcdb498522
Merge pull request #84 from carehart/master
correct typos
2020-08-10 14:45:32 +02:00
Guillaume Lours 563020eb8e
Merge pull request #87 from glours/dop-prop-security-issue
Update nodemon to fix dependency security issue in dot-prop
2020-08-10 10:33:28 +02:00
Guillaume Lours 67b0429f2d Update nodemon to fix dependency security issue in dot-prop
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-08-10 10:32:44 +02:00
Justin Cormack c47ca78721
Merge pull request #85 from docker/dependabot/npm_and_yarn/vuejs/vuejs/elliptic-6.5.3
Bump elliptic from 6.5.2 to 6.5.3 in /vuejs/vuejs
2020-08-06 14:56:25 +01:00
dependabot[bot] 94c483302a
Bump elliptic from 6.5.2 to 6.5.3 in /vuejs/vuejs
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-01 18:07:14 +00:00
carehart 77f04a4539 correct reference to number of containers
Signed-off-by: carehart <charlie@carehart.org>
2020-07-27 22:26:00 -05:00
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
inductor 361b0f5bb9 Update Alpine to 3.12 from 3.7
Signed-off-by: inductor <kohei.ota@hpe.com>
2020-07-21 16:50:54 +09: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