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