Add Docker deployment configuration and CI/CD pipeline
Some checks failed
build-and-deploy / build (push) Failing after 25s
build-and-deploy / deploy (push) Has been skipped

This commit is contained in:
2025-08-04 13:51:09 -06:00
parent 5e4256cdc5
commit f0ed200577
5 changed files with 155 additions and 1 deletions

16
.gitignore vendored
View File

@@ -87,4 +87,18 @@ music/
# PWA files
sw.js
workbox-*.js
workbox-*.js
# Docker and deployment
.env*
docker-compose.override.yml
.dockerignore
# SSL certificates
*.pem
*.crt
*.key
# Production secrets
secrets/
credentials/