mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 19:21:36 +00:00
ServiceDatabase doesn't have an fqdn column - only ServiceApplication does. The parser was attempting to read/write fqdn on both types, causing SQL errors when SERVICE_FQDN_* or SERVICE_URL_* variables were used with database services. Now it only persists fqdn to ServiceApplication while still generating the environment variable values for databases. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>