Skip to content

Commit

Permalink
Update: Change TIC para Bien references with Ayuda Digital
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroamador committed Apr 24, 2020
1 parent 798b87a commit d9cacb2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TIC para Bien - Docker Generic Platform
# Ayuda Digital - Docker Generic Platform

Platform - GitOps

Expand All @@ -19,29 +19,29 @@ Learn to work on a platform composed of different components (services and produ
## Requirements

- [Docker](https://www.docker.com) installed
- TIC para Bien - [Devcontrol Tool](https://github.com/tpbtools/devcontrol) installed (3)
- TIC para Bien - [Devcontrol Tool](https://github.com/ayudadigital/devcontrol) installed (3)

## Components

### Products

Developed by the Business Teams. Defined as the things that the customers or the end users can use.

- Web Application Server [GP Webapp](https://github.com/tpbtools/gp-webapp).
- Statics Server [GP Statics](https://github.com/tpbtools/gp-nginx).
- Web Application Server [GP Webapp](https://github.com/ayudadigital/gp-webapp).
- Statics Server [GP Statics](https://github.com/ayudadigital/gp-nginx).

### Services

Developed by the Platform Teams. Used to develop, build and operate the products.

- HAProxy from [GP HAProxy](https://github.com/tpbtools/gp-haproxy).
- Jenkins from [GP Jenkins](https://github.com/tpbtools/gp-jenkins).
- Mail from [GP Mail](https://github.com/tpbtools/gp-mail).
- Statics with Nginx from [GP Nginx](https://github.com/tpbtools/gp-nginx).
- Artifacts with Sonatype Nexus from [GP Nexus](https://github.com/tpbtools/gp-nexus).
- Webapp with PHP from [GP PHP](https://github.com/tpbtools/gp-php).
- HAProxy from [GP HAProxy](https://github.com/ayudadigital/gp-haproxy).
- Jenkins from [GP Jenkins](https://github.com/ayudadigital/gp-jenkins).
- Mail from [GP Mail](https://github.com/ayudadigital/gp-mail).
- Statics with Nginx from [GP Nginx](https://github.com/ayudadigital/gp-nginx).
- Artifacts with Sonatype Nexus from [GP Nexus](https://github.com/ayudadigital/gp-nexus).
- Webapp with PHP from [GP PHP](https://github.com/ayudadigital/gp-php).
- Passbolt fromn [Official Passbolt](https://help.passbolt.com/hosting/install/ce/docker) docker-compose recipie.
- Sonar from [GP Sonarqube](https://github.com/tpbtools/gp-sonarqube).
- Sonar from [GP Sonarqube](https://github.com/ayudadigital/gp-sonarqube).

## Operation

Expand Down Expand Up @@ -86,6 +86,6 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

- Fulfill the [The DevOps Hispano Challenge](https://github.com/devops-hispano/reto-devops]) github project (1)
- Build with [GitOps](https://www.weave.works/technologies/gitops/) Mindset (2)
- Bash Scripts managed using [Devcontrol)](https://github.com/tpbtools/devcontrol) tool (3)
- Bash Scripts managed using [Devcontrol)](https://github.com/ayudadigital/devcontrol) tool (3)

## Known issues
2 changes: 1 addition & 1 deletion products/statics/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Docker Generic Platform Product: Nginx Statics Server

Based on [Generic Platform Nginx Application Server](https://github.com/tpbtools/gp-nginx) project
Based on [Generic Platform Nginx Application Server](https://github.com/ayudadigital/gp-nginx) project
2 changes: 1 addition & 1 deletion products/statics/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
statics:
image: tpbtools/gp-nginx:1.1.0
image: ayudadigital/gp-nginx:1.1.0
ports:
- 8002:80
volumes:
Expand Down
2 changes: 1 addition & 1 deletion products/webapp/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Docker Generic Platform Product: PHP Application Server

Based on [Generic Platform PHP Application Server](https://github.com/tpbtools/gp-php) project
Based on [Generic Platform PHP Application Server](https://github.com/ayudadigital/gp-php) project

0 comments on commit d9cacb2

Please sign in to comment.