API json fixes
This commit is contained in:
+3
-3
@@ -7,7 +7,7 @@ services:
|
||||
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASSWORD:-rootpass}
|
||||
MYSQL_DATABASE: ${DB_NAME:-videodetect}
|
||||
MYSQL_USER: ${DB_USER:-videodetect}
|
||||
MYSQL_PASSWORD: ${DB_PASSWORD:-videodetect123}
|
||||
MYSQL_PASSWORD: ${DB_PASSWORD:-changeme_videodetect}
|
||||
ports:
|
||||
- "3306:3306"
|
||||
volumes:
|
||||
@@ -38,7 +38,7 @@ services:
|
||||
- DB_PORT=3306
|
||||
- DB_NAME=videodetect
|
||||
- DB_USER=videodetect
|
||||
- DB_PASSWORD=${DB_PASSWORD:-videodetect123}
|
||||
- DB_PASSWORD=${DB_PASSWORD:-changeme_videodetect}
|
||||
- FLASK_ENV=production
|
||||
volumes:
|
||||
- ./ui:/app
|
||||
@@ -67,7 +67,7 @@ services:
|
||||
- DB_PORT=3306
|
||||
- DB_NAME=videodetect
|
||||
- DB_USER=videodetect
|
||||
- DB_PASSWORD=${DB_PASSWORD:-videodetect123}
|
||||
- DB_PASSWORD=${DB_PASSWORD:-changeme_videodetect}
|
||||
- DANCER_ENVIRONMENT=production
|
||||
volumes:
|
||||
- ./api:/app
|
||||
|
||||
Reference in New Issue
Block a user