Change registry from 10.10.4.3:5000 to registry-pons.duckdns.org
This commit is contained in:
@@ -13,7 +13,7 @@ BLUE='\033[0;34m'
|
||||
NC='\033[0m' # No Color
|
||||
|
||||
# Configuración por defecto
|
||||
REGISTRY_URL="10.10.4.3:5000"
|
||||
REGISTRY_URL="registry-pons.duckdns.org"
|
||||
IMAGE_NAME="condominio_ibiza"
|
||||
DOCKERFILE_PATH="docker/Dockerfile"
|
||||
PROJECT_DIR="/var/www/html/ibiza"
|
||||
|
||||
@@ -21,8 +21,9 @@ services:
|
||||
- JWT_SECRET=ibiza_jwt_secret_key_CHANGE_IN_PRODUCTION_2025!@#
|
||||
- SESSION_TIMEOUT=28800
|
||||
- SITE_URL=https://condominioibiza.ddns.net
|
||||
- TZ=America/Mexico_City
|
||||
hostname: condominio_ibiza
|
||||
image: 10.10.4.3:5000/condominio_ibiza:latest
|
||||
image: registry-pons.duckdns.org/condominio_ibiza:latest
|
||||
labels:
|
||||
icon: https://www.punta-diamante.saredesarrollo.com.mx/storage/img/condominios/6/VBgcKjrcQCCQ7gIlGousPfH9EECJ4UluHwAThjJ2.png
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user