Commit inicial: Gitea con PostgreSQL, Traefik/NPM, sin standalone

This commit is contained in:
2025-12-03 16:25:05 +01:00
commit bfcb9c80d3
5 changed files with 666 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Environment variables
.env
# Docker override file
docker-compose.override.yml
# Gitea data
gitea/
# PostgreSQL data
postgres/
# Backups
*.tar.gz
*.sql
*.dump
# Logs
*.log
# OS
.DS_Store
Thumbs.db