feat: add OPA and update common services

This commit is contained in:
Sun-ZhenXing
2026-07-30 11:09:33 +08:00
parent 87a58d8d04
commit c3f378a6f5
44 changed files with 316 additions and 62 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ This service deploys a MySQL database.
## Configuration
- `MYSQL_VERSION`: The version of the MySQL image, default is `9.7.1`.
- `MYSQL_VERSION`: The version of the MySQL image, default is `9.7.2`.
- `MYSQL_PORT_OVERRIDE`: The host port for MySQL, default is `3306`.
- `MYSQL_ROOT_PASSWORD`: The root password, default is `password`.
- `MYSQL_ROOT_HOST`: The root host, default is `%`.