foreman
foreman copied to clipboard
Fixes #38274 - Updated docker-compose.yml that fixes the issues outli…
…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.