Skip to content

feuertelegraph/ddev-firebird

Repository files navigation

What is this?

This repository allows you to quickly install a Firebird 2.5 SS database into a DDEV project using just ddev get feuertelegraph/ddev-firebird.

Installation

  1. ddev get feuertelegraph/ddev-firebird
  2. ddev restart

Explanation

This Firebird recipe for DDEV installs a .ddev/docker-compose.firebird.yaml using the jacobalberty/firebird:v2.5.9-ss Docker image.

Interacting with the Firebird database

  • The Firebird database will listen on TCP port 3050 (the Firebird default).
  • Configure your application to access the database on the host firebird and the path to the database is /firebird/data/db.fdb.