Files
dumpsterChat/.dockerignore
T
hobokenchicken 44370f41e5 ops: .dockerignore, non-root user, network isolation, deploy rollback
- .dockerignore excludes .git, node_modules, certs, *.zip
- Dockerfile runs as non-root appuser
- compose.yml isolates frontend (Caddy only) and backend (DB/cache/media) networks
- deploy.sh snapshots binary before pull and rolls back on failed health check
2026-07-20 13:15:19 -04:00

9 lines
71 B
Plaintext

.git
node_modules
web/dist
certs
*.zip
dumpster-server
.env
.env.local