|
@@ -93,7 +93,8 @@ jobs:
|
|
|
MYSQL_ROOT_PASSWORD: password
|
|
MYSQL_ROOT_PASSWORD: password
|
|
|
ports:
|
|
ports:
|
|
|
- 3306
|
|
- 3306
|
|
|
- options: --health-cmd="mysqladmin ping --silent" --health-interval=10s --health-timeout=20s --health-retries=10 --default-authentication-plugin=mysql_native_password
|
|
|
|
|
|
|
+ options: --health-cmd="mysqladmin ping --silent" --health-interval=10s --health-timeout=20s --health-retries=10
|
|
|
|
|
+ command: --default-authentication-plugin=mysql_native_password
|
|
|
postgres:
|
|
postgres:
|
|
|
image: postgres:16
|
|
image: postgres:16
|
|
|
env:
|
|
env:
|