foreman icon indicating copy to clipboard operation
foreman copied to clipboard

Fixes #38274 - Updated docker-compose.yml that fixes the issues outli…

Open brandonhon opened this issue 10 months ago • 0 comments

…ned in bug.

Fixes #38274 - Updated docker-compose.yml that fixes the issues outlined in bug. https://projects.theforeman.org/issues/38274

Fixes app services exiting with error multiple PG::UndefinedTable: errors by moving the database creation to the app service. The database is dropped (if exists), recreated and configured by foreman to ensure all tables are created successfully.

brandonhon avatar Mar 06 '25 22:03 brandonhon