Skip to content

Commit

Permalink
Merge pull request #48 from Dokploy/42-an-error-occurred-on-client
Browse files Browse the repository at this point in the history
fix(#42): initialize the database as a first service
  • Loading branch information
Siumauricio authored May 5, 2024
2 parents 3e8e435 + 0055a83 commit 2755bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ void app.prepare().then(async () => {
await initializeNetwork();
createDefaultTraefikConfig();
createDefaultServerTraefikConfig();
await initializePostgres();
await initializeTraefik();
await initializeRedis();
await initializePostgres();
initCronJobs();
welcomeServer();

Expand Down

0 comments on commit 2755bf3

Please sign in to comment.