refactor: add pull services to prevent race condition on fresh installations

This commit is contained in:
Mauricio Siu
2025-01-22 23:04:41 -06:00
parent 70a9c6ba7c
commit 2b207b309e
3 changed files with 9 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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