Implement client authentication and admin clinics panel

This commit is contained in:
VPS 4 Builder
2026-05-26 04:17:12 +02:00
parent 13175f93aa
commit ec3f23c9ea
11 changed files with 2642 additions and 18 deletions
+5 -2
View File
@@ -12,12 +12,15 @@ services:
environment:
- NODE_ENV=production
- PORT=3000
- DB_TYPE=postgres\n - DB_HOST=10.99.0.3\n - REDIS_HOST=10.99.0.3\n - REDIS_PORT=6379\n - REDIS_PASSWORD=clube67_db_pass_9903
- DB_PATH=/app/data/dental_images.db
- DB_TYPE=postgres
- DB_HOST=10.99.0.3
- DB_PORT=5432
- DB_USER=clube67
- DB_PASSWORD=clube67_db_pass_9903
- DB_NAME=dental_images
- REDIS_HOST=10.99.0.3
- REDIS_PORT=6379
- REDIS_PASSWORD=clube67_db_pass_9903
- UPLOAD_DIR=/app/uploads
- PROCESSED_DIR=/app/processed
volumes: