Fix URLs samples

Fix URLs samples
This commit is contained in:
Tárikly Távora 2022-11-18 17:18:55 -03:00 committed by GitHub
parent 94eb369775
commit e6635f8b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 36 deletions

View File

@ -1,14 +1,14 @@
samples: samples:
# Awesome Compose ---------------------------- # Awesome Compose ----------------------------
- title: ASP.NET / MS-SQL - title: ASP.NET / MS-SQL
url: https://github.com/docker/awesome-compose/blob/master/aspnet-mssql url: https://github.com/docker/awesome-compose/tree/master/aspnet-mssql
description: A sample ASP.NET core application with MS SQL server database. description: A sample ASP.NET core application with MS SQL server database.
dev_env: false dev_env: false
services: services:
- .net - .net
- ms-sql - ms-sql
- title: Elasticsearch / Logstash / Kibana - title: Elasticsearch / Logstash / Kibana
url: https://github.com/docker/awesome-compose/blob/master/elasticsearch-logstash-kibana url: https://github.com/docker/awesome-compose/tree/master/elasticsearch-logstash-kibana
description: A sample Elasticsearch, Logstash, and Kibana stack. description: A sample Elasticsearch, Logstash, and Kibana stack.
dev_env: false dev_env: false
services: services:
@ -17,7 +17,7 @@ samples:
- kibana - kibana
- elk - elk
- title: Go / NGINX / MySQL - title: Go / NGINX / MySQL
url: https://github.com/docker/awesome-compose/blob/master/nginx-golang-mysql url: https://github.com/docker/awesome-compose/tree/master/nginx-golang-mysql
description: A sample Go application with an Nginx proxy and a MySQL database. description: A sample Go application with an Nginx proxy and a MySQL database.
dev_env: true dev_env: true
services: services:
@ -25,7 +25,7 @@ samples:
- nginx - nginx
- mysql - mysql
- title: Go / NGINX / PostgreSQL - title: Go / NGINX / PostgreSQL
url: https://github.com/docker/awesome-compose/blob/master/nginx-golang-postgres url: https://github.com/docker/awesome-compose/tree/master/nginx-golang-postgres
description: A sample Go application with an Nginx proxy and a PostgreSQL database. description: A sample Go application with an Nginx proxy and a PostgreSQL database.
dev_env: true dev_env: true
services: services:
@ -33,7 +33,7 @@ samples:
- nginx - nginx
- postgresql - postgresql
- title: Java Spark / MySQL - title: Java Spark / MySQL
url: https://github.com/docker/awesome-compose/blob/master/sparkjava-mysql url: https://github.com/docker/awesome-compose/tree/master/sparkjava-mysql
description: A sample Java application and a MySQL database. description: A sample Java application and a MySQL database.
dev_env: true dev_env: true
services: services:
@ -41,7 +41,7 @@ samples:
- java - java
- mysql - mysql
- title: NGINX / ASP.NET / MySQL - title: NGINX / ASP.NET / MySQL
url: https://github.com/docker/awesome-compose/blob/master/nginx-aspnet-mysql url: https://github.com/docker/awesome-compose/tree/master/nginx-aspnet-mysql
description: A sample Nginx reverse proxy with an C# backend using ASP.NET. description: A sample Nginx reverse proxy with an C# backend using ASP.NET.
dev_env: true dev_env: true
services: services:
@ -49,7 +49,7 @@ samples:
- .net - .net
- mysql - mysql
- title: NGINX / Flask / MongoDB - title: NGINX / Flask / MongoDB
url: https://github.com/docker/awesome-compose/blob/master/nginx-flask-mongo url: https://github.com/docker/awesome-compose/tree/master/nginx-flask-mongo
description: A sample Python/Flask application with Nginx proxy and a Mongo database. description: A sample Python/Flask application with Nginx proxy and a Mongo database.
dev_env: true dev_env: true
services: services:
@ -58,7 +58,7 @@ samples:
- mongodb - mongodb
- python - python
- title: NGINX / Flask / MySQL - title: NGINX / Flask / MySQL
url: https://github.com/docker/awesome-compose/blob/master/nginx-flask-mysql url: https://github.com/docker/awesome-compose/tree/master/nginx-flask-mysql
description: A sample Python/Flask application with an Nginx proxy and a MySQL database. description: A sample Python/Flask application with an Nginx proxy and a MySQL database.
dev_env: false dev_env: false
services: services:
@ -67,7 +67,7 @@ samples:
- python - python
- mysql - mysql
- title: NGINX / Node.js / Redis - title: NGINX / Node.js / Redis
url: https://github.com/docker/awesome-compose/blob/master/nginx-nodejs-redis url: https://github.com/docker/awesome-compose/tree/master/nginx-nodejs-redis
description: A sample Node.js application with Nginx proxy and a Redis database. description: A sample Node.js application with Nginx proxy and a Redis database.
dev_env: false dev_env: false
services: services:
@ -76,14 +76,14 @@ samples:
- redis - redis
- javascript - javascript
- title: NGINX / Go - title: NGINX / Go
url: https://github.com/docker/awesome-compose/blob/master/nginx-golang url: https://github.com/docker/awesome-compose/tree/master/nginx-golang
description: A sample Nginx proxy with a Go backend. description: A sample Nginx proxy with a Go backend.
dev_env: true dev_env: true
services: services:
- nginx - nginx
- go - go
- title: NGINX / WSGI / Flask - title: NGINX / WSGI / Flask
url: https://github.com/docker/awesome-compose/blob/master/nginx-wsgi-flask url: https://github.com/docker/awesome-compose/tree/master/nginx-wsgi-flask
description: A sample Nginx reverse proxy with a Flask backend using WSGI. description: A sample Nginx reverse proxy with a Flask backend using WSGI.
dev_env: false dev_env: false
services: services:
@ -92,14 +92,14 @@ samples:
- python - python
- wsgi - wsgi
- title: PostgreSQL / pgAdmin - title: PostgreSQL / pgAdmin
url: https://github.com/docker/awesome-compose/blob/master/postgresql-pgadmin url: https://github.com/docker/awesome-compose/tree/master/postgresql-pgadmin
description: A sample setup for postgreSQL database with pgAdmin web interface. description: A sample setup for postgreSQL database with pgAdmin web interface.
dev_env: false dev_env: false
services: services:
- postgresql - postgresql
- pgadmin - pgadmin
- title: Python / Flask / Redis - title: Python / Flask / Redis
url: https://github.com/docker/awesome-compose/blob/master/flask-redis url: https://github.com/docker/awesome-compose/tree/master/flask-redis
description: A sample Python/Flask and a Redis database. description: A sample Python/Flask and a Redis database.
dev_env: true dev_env: true
services: services:
@ -107,7 +107,7 @@ samples:
- flask - flask
- redis - redis
- title: React / Spring / MySQL - title: React / Spring / MySQL
url: https://github.com/docker/awesome-compose/blob/master/react-java-mysql url: https://github.com/docker/awesome-compose/tree/master/react-java-mysql
description: A sample React application with a Spring backend and a MySQL database. description: A sample React application with a Spring backend and a MySQL database.
dev_env: true dev_env: true
services: services:
@ -117,7 +117,7 @@ samples:
- javascript - javascript
- mysql - mysql
- title: React / Express / MySQL - title: React / Express / MySQL
url: https://github.com/docker/awesome-compose/blob/master/react-express-mysql url: https://github.com/docker/awesome-compose/tree/master/react-express-mysql
description: A sample React application with a Node.js backend and a MySQL database. description: A sample React application with a Node.js backend and a MySQL database.
dev_env: true dev_env: true
services: services:
@ -127,7 +127,7 @@ samples:
- mysql - mysql
- nodejs - nodejs
- title: React / Express / MongoDB - title: React / Express / MongoDB
url: https://github.com/docker/awesome-compose/blob/master/react-express-mongodb url: https://github.com/docker/awesome-compose/tree/master/react-express-mongodb
description: A sample React application with a Node.js backend and a Mongo database. description: A sample React application with a Node.js backend and a Mongo database.
dev_env: true dev_env: true
services: services:
@ -137,7 +137,7 @@ samples:
- nodejs - nodejs
- mongodb - mongodb
- title: React / Rust / PostgreSQL - title: React / Rust / PostgreSQL
url: https://github.com/docker/awesome-compose/blob/master/react-rust-postgres url: https://github.com/docker/awesome-compose/tree/master/react-rust-postgres
description: A sample React application with a Rust backend and a Postgres database. description: A sample React application with a Rust backend and a Postgres database.
dev_env: true dev_env: true
services: services:
@ -146,7 +146,7 @@ samples:
- postgresql - postgresql
- javascript - javascript
- title: React / NGINX - title: React / NGINX
url: https://github.com/docker/awesome-compose/blob/master/react-nginx url: https://github.com/docker/awesome-compose/tree/master/react-nginx
description: A sample React application with Nginx. description: A sample React application with Nginx.
dev_env: true dev_env: true
services: services:
@ -154,7 +154,7 @@ samples:
- javascript - javascript
- nginx - nginx
- title: Spring / PostgreSQL - title: Spring / PostgreSQL
url: https://github.com/docker/awesome-compose/blob/master/spring-postgres url: https://github.com/docker/awesome-compose/tree/master/spring-postgres
description: A sample Java application with Spring framework and a Postgres database. description: A sample Java application with Spring framework and a Postgres database.
dev_env: true dev_env: true
services: services:
@ -162,48 +162,48 @@ samples:
- spring - spring
- postgresql - postgresql
- title: Angular - title: Angular
url: https://github.com/docker/awesome-compose/blob/master/angular url: https://github.com/docker/awesome-compose/tree/master/angular
description: A sample Angular application. description: A sample Angular application.
dev_env: true dev_env: true
services: services:
- angular - angular
- typescript - typescript
- title: Spark - title: Spark
url: https://github.com/docker/awesome-compose/blob/master/sparkjava url: https://github.com/docker/awesome-compose/tree/master/sparkjava
description: A sample Spark application. description: A sample Spark application.
dev_env: true dev_env: true
services: services:
- spark - spark
- java - java
- title: VueJS - title: VueJS
url: https://github.com/docker/awesome-compose/blob/master/vuejs url: https://github.com/docker/awesome-compose/tree/master/vuejs
description: A sample Vue.jus application. description: A sample Vue.jus application.
dev_env: true dev_env: true
services: services:
- vuejs - vuejs
- javascript - javascript
- title: Flask - title: Flask
url: https://github.com/docker/awesome-compose/blob/master/flask url: https://github.com/docker/awesome-compose/tree/master/flask
description: A sample Flask application. description: A sample Flask application.
dev_env: true dev_env: true
services: services:
- flask - flask
- python - python
- title: PHP - title: PHP
url: https://github.com/docker/awesome-compose/blob/master/apache-php url: https://github.com/docker/awesome-compose/tree/master/apache-php
description: A sample PHP application. description: A sample PHP application.
dev_env: true dev_env: true
services: services:
- php - php
- title: Traefik - title: Traefik
url: https://github.com/docker/awesome-compose/blob/master/traefik-golang url: https://github.com/docker/awesome-compose/tree/master/traefik-golang
description: A sample Traefik proxy with a Go backend. description: A sample Traefik proxy with a Go backend.
dev_env: true dev_env: true
services: services:
- traefik - traefik
- go - go
- title: Django - title: Django
url: https://github.com/docker/awesome-compose/blob/master/django url: https://github.com/docker/awesome-compose/tree/master/django
description: A sample Django application. description: A sample Django application.
dev_env: true dev_env: true
services: services:
@ -234,28 +234,28 @@ samples:
services: services:
- wireguard - wireguard
- title: FastAPI - title: FastAPI
url: https://github.com/docker/awesome-compose/blob/master/fastapi url: https://github.com/docker/awesome-compose/tree/master/fastapi
description: A sample FastAPI application. description: A sample FastAPI application.
dev_env: true dev_env: true
services: services:
- python - python
- fastapi - fastapi
- title: Gitea / PostgreSQL - title: Gitea / PostgreSQL
url: https://github.com/docker/awesome-compose/blob/master/gitea-postgres url: https://github.com/docker/awesome-compose/tree/master/gitea-postgres
description: A sample setup for Gitea. description: A sample setup for Gitea.
dev_env: false dev_env: false
services: services:
- gitea - gitea
- popstgresql - popstgresql
- title: Nextcloud / PostgreSQL - title: Nextcloud / PostgreSQL
url: https://github.com/docker/awesome-compose/blob/master/nextcloud-postgres url: https://github.com/docker/awesome-compose/tree/master/nextcloud-postgres
description: A sample Nextcloud setup. description: A sample Nextcloud setup.
dev_env: false dev_env: false
services: services:
- nextcloud - nextcloud
- postgresql - postgresql
- title: Nextcloud / Redis / MariaDB - title: Nextcloud / Redis / MariaDB
url: https://github.com/docker/awesome-compose/blob/master/nextcloud-redis-mariadb url: https://github.com/docker/awesome-compose/tree/master/nextcloud-redis-mariadb
description: A sample Nextcloud setup. description: A sample Nextcloud setup.
dev_env: false dev_env: false
services: services:
@ -263,21 +263,21 @@ samples:
- mariadb - mariadb
- redis - redis
- title: Pi-hole / cloudflared - title: Pi-hole / cloudflared
url: https://github.com/docker/awesome-compose/blob/master/pihole-cloudflared-DoH url: https://github.com/docker/awesome-compose/tree/master/pihole-cloudflared-DoH
description: A sample Pi-hole setup with use of DoH cloudflared service. description: A sample Pi-hole setup with use of DoH cloudflared service.
dev_env: false dev_env: false
services: services:
- pi-hole - pi-hole
- cloudflared - cloudflared
- title: Prometheus / Grafana - title: Prometheus / Grafana
url: https://github.com/docker/awesome-compose/blob/master/prometheus-grafana url: https://github.com/docker/awesome-compose/tree/master/prometheus-grafana
description: A sample Prometheus and Grafana stack. description: A sample Prometheus and Grafana stack.
dev_env: false dev_env: false
services: services:
- prometheus - prometheus
- grafana - grafana
- title: WordPress / MySQL - title: WordPress / MySQL
url: https://github.com/docker/awesome-compose/blob/master/wordpress-mysql url: https://github.com/docker/awesome-compose/tree/master/wordpress-mysql
description: A sample WordPress setup. description: A sample WordPress setup.
dev_env: false dev_env: false
services: services:
@ -372,7 +372,7 @@ samples:
- javascript - javascript
- nodejs - nodejs
- title: Compose and Rails - title: Compose and Rails
url: https://github.com/docker/awesome-compose/blob/master/official-documentation-samples/rails/ url: https://github.com/docker/awesome-compose/tree/master/official-documentation-samples/rails/
description: This Quickstart guide shows you how to use Docker Compose to set up and run a Rails/PostgreSQL app. description: This Quickstart guide shows you how to use Docker Compose to set up and run a Rails/PostgreSQL app.
dev_env: false dev_env: false
services: services:
@ -380,7 +380,7 @@ samples:
- postgres - postgres
- ruby - ruby
- title: Compose and Django - title: Compose and Django
url: https://github.com/docker/awesome-compose/blob/master/official-documentation-samples/django/ url: https://github.com/docker/awesome-compose/tree/master/official-documentation-samples/django/
description: This quick-start guide demonstrates how to use Docker Compose to set up and run a simple Django/PostgreSQL app. description: This quick-start guide demonstrates how to use Docker Compose to set up and run a simple Django/PostgreSQL app.
dev_env: false dev_env: false
services: services:
@ -388,7 +388,7 @@ samples:
- python - python
- postgres - postgres
- title: Compose and WordPress - title: Compose and WordPress
url: https://github.com/docker/awesome-compose/blob/master/official-documentation-samples/wordpress/ url: https://github.com/docker/awesome-compose/tree/master/official-documentation-samples/wordpress/
description: This quick-start guide demonstrates how to use Compose to set up and run WordPress. description: This quick-start guide demonstrates how to use Compose to set up and run WordPress.
dev_env: false dev_env: false
services: services: