Commit inicial: NetBox con PostgreSQL 18 y Redis, Traefik/NPM, sin standalone

This commit is contained in:
2025-12-04 10:11:16 +01:00
commit 779e9aa213
5 changed files with 704 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Docker
.env
docker-compose.override.yml
# Datos y backups
data/
backups/
*.sql
*.dump
# Logs
logs/
*.log
# Sistema
.DS_Store
Thumbs.db