Skip to content

Commit

Permalink
Upgrade: Change tpbtools and 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 d9cacb2 commit 789e507
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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/ayudadigital/devcontrol) installed (3)
- Ayuda Digital - [Devcontrol Tool](https://github.com/ayudadigital/devcontrol) installed (3)

## Components

Expand Down
2 changes: 1 addition & 1 deletion devcontrol/global/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# @file devcontrol/global/startup.sh
# @brief devcontrol startup script and functions
echo "Docker Generic Platform (c) 2020 TIC para Bien"
echo "Docker Generic Platform (c) 2020 Ayuda Digital"
echo
cp -n config.ini.dist config.ini || true
2 changes: 1 addition & 1 deletion products/webapp/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
webapp:
image: tpbtools/gp-php:1.0.0
image: ayudadigital/gp-php:1.0.0
ports:
- 8001:80
volumes:
Expand Down
2 changes: 1 addition & 1 deletion services/jenkins/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Docker Generic Platform Service: Jenkins Service

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

services:
jenkins:
image: tpbapps/gp-jenkins:1.1.0
image: ayudadigital/gp-jenkins:1.1.0
ports:
- 4001:8080
- 5001:5000
Expand Down
2 changes: 1 addition & 1 deletion services/mail/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Docker Generic Platform Service - Mail Service

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

services:
mail:
image: tpbtools/gp-mail:1.1.0
image: ayudadigital/gp-mail:1.1.0
volumes:
- ./data/var/spool/postfix:/var/spool/postfix
ports:
Expand Down
2 changes: 1 addition & 1 deletion services/nexus/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Docker Generic Platform Service: Nexus Service

Based on [Generic Platform Jenkins](https://github.com/tpbtools/gp-nexus) project.
Based on [Generic Platform Jenkins](https://github.com/ayudadigital/gp-nexus) project.
2 changes: 1 addition & 1 deletion services/nexus/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
nexus:
image: tpbtools/gp-nexus:1.1.0
image: ayudadigital/gp-nexus:1.1.0
ports:
- 4003:8081
volumes:
Expand Down
2 changes: 1 addition & 1 deletion services/passbolt/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Docker Generic Platform Service: Passbolt Service

Based on [Generic Platform Passbolt](https://github.com/tpbtools/gp-passbolt) project.
Based on [Generic Platform Passbolt](https://github.com/ayudadigital/gp-passbolt) project.
2 changes: 1 addition & 1 deletion services/passbolt/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- passboltdb:/var/lib/mysql

passbolt:
image: tpbtools/gp-passbolt:1.1.0
image: ayudadigital/gp-passbolt:1.1.0
ports:
- 4004:80
tty: true
Expand Down
2 changes: 1 addition & 1 deletion services/sonarqube/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Docker Generic Platform Service: SonarQube Service

Based on [Generic Platform Passbolt](https://github.com/tpbtools/gp-sonarqube) project.
Based on [Generic Platform Passbolt](https://github.com/ayudadigital/gp-sonarqube) project.
2 changes: 1 addition & 1 deletion services/sonarqube/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
sonarqube:
image: tpbtools/gp-sonarqube:1.0.0
image: ayudadigital/gp-sonarqube:1.0.0
ports:
- 4002:9000
environment:
Expand Down

0 comments on commit 789e507

Please sign in to comment.