mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(server): comment out initialization of Postgres, Traefik, and Redis for testing purposes
This commit is contained in:
parent
9535fca28f
commit
e9fd280fa2
@ -49,14 +49,14 @@ void app.prepare().then(async () => {
|
||||
await initializeNetwork();
|
||||
createDefaultTraefikConfig();
|
||||
createDefaultServerTraefikConfig();
|
||||
await initializePostgres();
|
||||
await initializeTraefik();
|
||||
await initializeRedis();
|
||||
// await initializePostgres();
|
||||
// await initializeTraefik();
|
||||
// await initializeRedis();
|
||||
|
||||
initCronJobs();
|
||||
|
||||
// Timeout to wait for the database to be ready
|
||||
await new Promise((resolve) => setTimeout(resolve, 7000));
|
||||
// await new Promise((resolve) => setTimeout(resolve, 7000));
|
||||
await migration();
|
||||
await sendDokployRestartNotifications();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user