Skip to content

Commit

Permalink
Merge pull request #187 from rafsaf/update-docker-compose-dbs-1705663156
Browse files Browse the repository at this point in the history
update docker-compose.dbs.yml file
  • Loading branch information
github-actions[bot] authored Jan 19, 2024
2 parents 3b0aeec + 2209e88 commit 95bf623
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
12 changes: 11 additions & 1 deletion backuper/tools/eol_data/mysql.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
[
{
"cycle": "8.3",
"releaseDate": "2024-01-16",
"eol": false,
"latest": "8.3.0",
"link": null,
"support": true,
"discontinued": null,
"before_eol": true
},
{
"cycle": "8.2",
"releaseDate": "2023-10-12",
Expand All @@ -23,7 +33,7 @@
"cycle": "8.0",
"releaseDate": "2018-04-08",
"eol": "2026-04-30",
"latest": "8.0.35",
"latest": "8.0.36",
"link": null,
"support": "2025-04-30",
"discontinued": null,
Expand Down
14 changes: 13 additions & 1 deletion docker/docker-compose.dbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ services:
- MYSQL_DATABASE=database-_-12!@#%^&*()/;><.,]}{[
- MYSQL_USER=user-_-12!@#%^&*()/;><.,]}{[
- MYSQL_PASSWORD=password-_-12!@#%^&*()/;><.,]}{[
image: mysql:8.0.35
image: mysql:8.0.36
networks:
- backuper
ports:
Expand All @@ -109,6 +109,18 @@ services:
ports:
- 9082:3306
restart: 'no'
backuper_mysql_8_3:
environment:
- MYSQL_ROOT_PASSWORD=root-password-_-12!@#%^&*()/;><.,]}{[
- MYSQL_DATABASE=database-_-12!@#%^&*()/;><.,]}{[
- MYSQL_USER=user-_-12!@#%^&*()/;><.,]}{[
- MYSQL_PASSWORD=password-_-12!@#%^&*()/;><.,]}{[
image: mysql:8.3.0
networks:
- backuper
ports:
- 9083:3306
restart: 'no'
backuper_postgres_12:
environment:
- POSTGRES_PASSWORD=password-_-12!@#%^&*()/;><.,]}{[
Expand Down

0 comments on commit 95bf623

Please sign in to comment.