Skip to content

Commit 2b207b3

Browse files
committed
refactor: add pull services to prevent race condition on fresh installations
1 parent 70a9c6b commit 2b207b3

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

apps/website/public/canary.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ install_dokploy() {
106106

107107
chmod 777 /etc/dokploy
108108

109+
docker pull postgres:16
110+
docker pull redis:7
111+
docker pull traefik:v3.1.2
109112
docker pull dokploy/dokploy:canary
110113

111114
# Installation

apps/website/public/feature.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ install_dokploy() {
106106

107107
chmod 777 /etc/dokploy
108108

109+
docker pull postgres:16
110+
docker pull redis:7
111+
docker pull traefik:v3.1.2
109112
docker pull dokploy/dokploy:feature
110113

111114
# Installation

apps/website/public/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ install_dokploy() {
105105

106106
chmod 777 /etc/dokploy
107107

108+
docker pull postgres:16
109+
docker pull redis:7
110+
docker pull traefik:v3.1.2
108111
docker pull dokploy/dokploy:latest
109112

110113
# Installation

0 commit comments

Comments
 (0)