Skip to content

Commit

Permalink
formatting + predictions created
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Sep 26, 2023
1 parent ba7e45f commit 16ed5d3
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ENV = "DVP"
DATABASE_URL = "mysql+aiomysql://username:password@localhost/database_name"
DATABASE_URL = "mysql+aiomysql://root:root_bot_buster@localhost/playerdata"
KAFKA_HOST = "kafka:9092"
6 changes: 4 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ services:
# this overrides the env_file for the specific variable
environment:
- KAFKA_HOST=kafka:9092
env_file:
- .env
- DATABASE_URL=mysql+aiomysql://root:root_bot_buster@mysql:3306/playerdata
- env=DEV
# env_file:
# - .env
depends_on:
- kafka_setup
- mysql
Expand Down
Loading

0 comments on commit 16ed5d3

Please sign in to comment.