Merge pull request #48 from Dokploy/42-an-error-occurred-on-client

fix(#42): initialize the database as a first service
This commit is contained in:
Mauricio Siu
2024-05-05 03:56:53 -06:00
committed by GitHub

View File

@@ -48,9 +48,9 @@ void app.prepare().then(async () => {
await initializeNetwork();
createDefaultTraefikConfig();
createDefaultServerTraefikConfig();
await initializePostgres();
await initializeTraefik();
await initializeRedis();
await initializePostgres();
initCronJobs();
welcomeServer();