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
commit 2755bf3a31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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();