Doker fix
This commit is contained in:
+6
-1
@@ -1,6 +1,11 @@
|
|||||||
|
APP_PORT=4800
|
||||||
|
|
||||||
# Database Configuration
|
# Database Configuration
|
||||||
DB_USER=your_username
|
DB_USER=your_username
|
||||||
DB_PASSWORD=your_password
|
DB_PASSWORD=your_password
|
||||||
DB_NAME=your_database
|
DB_NAME=your_database
|
||||||
DB_PORT=your_port
|
DB_PORT=your_port
|
||||||
DB_HOST=your_host
|
DB_HOST=your_host
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ services:
|
|||||||
digifi-analytics:
|
digifi-analytics:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "${APP_PORT:-4800}:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./output:/app/output
|
- ./output:/app/output
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user