Merge pull request #1600 from Dokploy/canary

🚀 Release v0.21.1
This commit is contained in:
Mauricio Siu
2025-04-02 00:39:10 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "dokploy", "name": "dokploy",
"version": "v0.21.0", "version": "v0.21.1",
"private": true, "private": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"type": "module", "type": "module",

View File

@@ -46,7 +46,7 @@ void app.prepare().then(async () => {
await initializeNetwork(); await initializeNetwork();
createDefaultTraefikConfig(); createDefaultTraefikConfig();
createDefaultServerTraefikConfig(); createDefaultServerTraefikConfig();
initCronJobs(); await initCronJobs();
await migration(); await migration();
await sendDokployRestartNotifications(); await sendDokployRestartNotifications();
} }