Skip to content

Commit

Permalink
Move ProxySQL image to organization (#210)
Browse files Browse the repository at this point in the history
Pin ProxySQL to version 2.5 #209.
  • Loading branch information
marein authored Jan 19, 2024
1 parent a416c86 commit 3caec7f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 23 deletions.
2 changes: 1 addition & 1 deletion deploy/single-server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ services:
- "prometheus-job=mysql"
- "prometheus-port=9104"
proxysql:
image: marein/php-gaming-website:proxysql
image: ghcr.io/gaming-platform/docker-proxysql:2.5
environment:
PROXYSQL_CONFIG: |
admin_variables: {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- mysql:/var/lib/mysql
restart: on-failure
proxysql:
image: marein/php-gaming-website:proxysql
image: ghcr.io/gaming-platform/docker-proxysql:2.5
environment:
PROXYSQL_CONFIG: |
admin_variables: {
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ services:
- "prometheus-job=mysql"
- "prometheus-port=9104"
proxysql:
build:
context: .
dockerfile: ./docker/proxysql/Dockerfile
image: ghcr.io/gaming-platform/docker-proxysql:2.5
environment:
PROXYSQL_CONFIG: |
admin_variables: {
Expand Down
6 changes: 0 additions & 6 deletions docker/proxysql/Dockerfile

This file was deleted.

10 changes: 0 additions & 10 deletions docker/proxysql/entrypoint.sh

This file was deleted.

2 changes: 0 additions & 2 deletions project
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ buildProductionImages() {
docker build --file docker/rabbit-mq/Dockerfile --tag marein/php-gaming-website:rabbit-mq .
docker build --file docker/grafana/Dockerfile --tag marein/php-gaming-website:grafana .
docker build --file docker/prometheus/Dockerfile --tag marein/php-gaming-website:prometheus .
docker build --file docker/proxysql/Dockerfile --tag marein/php-gaming-website:proxysql .
}

pushProductionImages() {
Expand All @@ -116,7 +115,6 @@ pushProductionImages() {
docker push marein/php-gaming-website:rabbit-mq
docker push marein/php-gaming-website:grafana
docker push marein/php-gaming-website:prometheus
docker push marein/php-gaming-website:proxysql
}

if [ "$*" = "" ]
Expand Down

0 comments on commit 3caec7f

Please sign in to comment.