mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore(workflow): update branches for Dokploy Docker build to use custom hostname
This commit is contained in:
parent
e9fd280fa2
commit
568c3a1d06
2
.github/workflows/dokploy.yml
vendored
2
.github/workflows/dokploy.yml
vendored
@ -2,7 +2,7 @@ name: Dokploy Docker Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, canary, "feat/better-auth-2"]
|
||||
branches: [main, canary, "1061-custom-docker-service-hostname"]
|
||||
|
||||
env:
|
||||
IMAGE_NAME: dokploy/dokploy
|
||||
|
@ -7,9 +7,6 @@ import {
|
||||
createDefaultTraefikConfig,
|
||||
initCronJobs,
|
||||
initializeNetwork,
|
||||
initializePostgres,
|
||||
initializeRedis,
|
||||
initializeTraefik,
|
||||
sendDokployRestartNotifications,
|
||||
setupDirectories,
|
||||
} from "@dokploy/server";
|
||||
@ -49,14 +46,7 @@ void app.prepare().then(async () => {
|
||||
await initializeNetwork();
|
||||
createDefaultTraefikConfig();
|
||||
createDefaultServerTraefikConfig();
|
||||
// await initializePostgres();
|
||||
// await initializeTraefik();
|
||||
// await initializeRedis();
|
||||
|
||||
initCronJobs();
|
||||
|
||||
// Timeout to wait for the database to be ready
|
||||
// await new Promise((resolve) => setTimeout(resolve, 7000));
|
||||
await migration();
|
||||
await sendDokployRestartNotifications();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user