feat: add mysql exposure toggle and client data bind

This commit is contained in:
uprightbass360
2025-11-07 20:56:00 -05:00
committed by Deckard
parent ce02a547ee
commit d99dad025a
18 changed files with 431 additions and 183 deletions

View File

@@ -0,0 +1,5 @@
services:
ac-mysql:
# Optional override that publishes the MySQL port when MYSQL_EXPOSE_PORT=1
ports:
- "${MYSQL_EXTERNAL_PORT}:${MYSQL_PORT}"