This repository allows you to quickly install a Firebird 2.5 SS database into a DDEV project using just ddev get feuertelegraph/ddev-firebird.
ddev get feuertelegraph/ddev-firebirdddev restart
This Firebird recipe for DDEV installs a .ddev/docker-compose.firebird.yaml using the jacobalberty/firebird:v2.5.9-ss Docker image.
- The Firebird database will listen on TCP port 3050 (the Firebird default).
- Configure your application to access the database on the host
firebirdand the path to the database is/firebird/data/db.fdb.