Skip to content

Commit

Permalink
refactor: add pull services to prevent race condition on fresh instal…
Browse files Browse the repository at this point in the history
…lations
  • Loading branch information
Siumauricio committed Jan 23, 2025
1 parent 70a9c6b commit 2b207b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/website/public/canary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ install_dokploy() {

chmod 777 /etc/dokploy

docker pull postgres:16
docker pull redis:7
docker pull traefik:v3.1.2
docker pull dokploy/dokploy:canary

# Installation
Expand Down
3 changes: 3 additions & 0 deletions apps/website/public/feature.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ install_dokploy() {

chmod 777 /etc/dokploy

docker pull postgres:16
docker pull redis:7
docker pull traefik:v3.1.2
docker pull dokploy/dokploy:feature

# Installation
Expand Down
3 changes: 3 additions & 0 deletions apps/website/public/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ install_dokploy() {

chmod 777 /etc/dokploy

docker pull postgres:16
docker pull redis:7
docker pull traefik:v3.1.2
docker pull dokploy/dokploy:latest

# Installation
Expand Down

0 comments on commit 2b207b3

Please sign in to comment.