Skip to content

Commit

Permalink
build: remove MariaDB 10.4/10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Sep 7, 2023
1 parent b5b8e91 commit 337286d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ cd ./devop-tools/docker/data-source-services && docker-compose up --build -d
## phpMyAdmin
If the optional tools are launched, you can find phpMyAdmin at: localhost:8080
* It supports the following databases...
* mariadb104 (deprecated)
* mariadb105 (deprecated)
* mariadb106 (lts)
* mariadb1011 (lts)

Expand Down
22 changes: 0 additions & 22 deletions docker/data-source-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,6 @@ services:
- MYSQL_PASSWORD=mariadb_pass
networks:
- st-internal
mariadb105:
image: mariadb:10.5
container_name: sourcetoad_mariadb105
ports:
- "33105:3306"
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_USER=mariadb_user
- MYSQL_PASSWORD=mariadb_pass
networks:
- st-internal
mariadb104:
image: mariadb:10.4
container_name: sourcetoad_mariadb104
ports:
- "33104:3306"
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_USER=mariadb_user
- MYSQL_PASSWORD=mariadb_pass
networks:
- st-internal
networks:
st-internal:
external: true
Expand Down
2 changes: 1 addition & 1 deletion docker/data-source-tools/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
networks:
- st-internal
environment:
PMA_HOSTS: mariadb104,mariadb105,mariadb106,mariadb1011
PMA_HOSTS: mariadb106,mariadb1011
PMA_USER: root
PMA_PASSWORD: root
networks:
Expand Down

0 comments on commit 337286d

Please sign in to comment.