Initial commit: NGINX Proxy Manager con Docker Compose

This commit is contained in:
2025-11-29 17:10:44 +01:00
commit 5674a0d7f2
4 changed files with 378 additions and 0 deletions

19
.env.example Normal file
View File

@@ -0,0 +1,19 @@
# Ejemplo de variables de entorno para NGINX Proxy Manager
# Zona horaria
TZ=Europe/Madrid
# Puertos (descomentar si quieres cambiarlos)
# HTTP_PORT=80
# HTTPS_PORT=443
# ADMIN_PORT=81
# Base de datos externa (opcional - descomentar si usas MySQL/PostgreSQL)
# DB_MYSQL_HOST=mysql
# DB_MYSQL_PORT=3306
# DB_MYSQL_USER=npm
# DB_MYSQL_PASSWORD=npm_password
# DB_MYSQL_NAME=npm
# Deshabilitar IPv6 (descomentar si tienes problemas con IPv6)
# DISABLE_IPV6=true