Skip to content

Commit

Permalink
build: remove mariadb 10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Jan 17, 2025
1 parent 44a51f2 commit 5e2dcd3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ _For managing MySQL/MariaDB databases visually._

* Viewable at: http://localhost:8080
* It supports the following databases...
* mariadb106 (lts, deprecated)
* mariadb1011 (lts)
* mariadb1011 (lts, deprecated)
* mariadb1104 (lts)

### Mailpit
Expand Down
11 changes: 0 additions & 11 deletions docker/data-source-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,6 @@ services:
- MYSQL_PASSWORD=mariadb_pass
networks:
- st-internal
mariadb106:
image: mariadb:10.6
container_name: sourcetoad_mariadb106
ports:
- "33106: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 @@ -35,7 +35,7 @@ services:
networks:
- st-internal
environment:
PMA_HOSTS: mariadb1104,mariadb1011,mariadb106
PMA_HOSTS: mariadb1104,mariadb1011
PMA_USER: root
PMA_PASSWORD: root
networks:
Expand Down

0 comments on commit 5e2dcd3

Please sign in to comment.