File tree Expand file tree Collapse file tree 6 files changed +1883
-781
lines changed
Expand file tree Collapse file tree 6 files changed +1883
-781
lines changed Original file line number Diff line number Diff line change 1919 MYSQL_ROOT_PASSWORD : 12345
2020 MYSQL_ALLOW_EMPTY_PASSWORD : ' yes'
2121 ports :
22- - ' 3308 :3306'
22+ - ' 3309 :3306'
2323 postgres :
2424 image : postgres
2525 env :
2828 POSTGRES_PASSWORD : 12345
2929 POSTGRES_ROOT_PASSWORD : 12345
3030 ports :
31- - ' 5434 :5432'
31+ - ' 5435 :5432'
3232 strategy :
3333 matrix :
3434 node-version :
Original file line number Diff line number Diff line change 1- version : " 3 "
1+ version : ' 3 '
22
33services :
44 mysql :
55 container_name : athenna_db_mysql
66 image : mysql
77 ports :
8- - " 3308 :3306"
8+ - ' 3309 :3306'
99 environment :
1010 MYSQL_DATABASE : athenna
1111 MYSQL_ROOT_PASSWORD : 12345
@@ -15,7 +15,7 @@ services:
1515 container_name : athenna_db_postgres
1616 image : postgres
1717 ports :
18- - " 5434 :5432"
18+ - ' 5435 :5432'
1919 environment :
2020 POSTGRES_DB : postgres
2121 POSTGRES_USER : postgres
You can’t perform that action at this time.
0 commit comments