Implement client authentication and admin clinics panel
This commit is contained in:
+5
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user