mirror of
https://github.com/arthur-pbty/LazyBot.git
synced 2026-06-04 15:56:46 +02:00
1fcb1c2b88
- Updated package dependencies to replace SQLite with PostgreSQL. - Modified privacy policy to reflect the change in database technology. - Adjusted session management in server.js to use connect-pg-simple. - Enhanced docker-compose.yml to include PostgreSQL service with health checks. - Added Dockerfile for multi-stage builds for development and production environments. - Introduced .dockerignore to exclude unnecessary files from the Docker context.
7 lines
55 B
Plaintext
7 lines
55 B
Plaintext
.git
|
|
.vscode
|
|
node_modules
|
|
app/node_modules
|
|
.env
|
|
.env.*
|