Skip to content

Commit

Permalink
Update docker-compose.mysql.yml (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkala authored Jan 6, 2025
1 parent 254e7a3 commit a38cb98
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ services:
- "development.env"
- "creds.env"
- "development_mysql.env"
beat:
environment:
- "NAUTOBOT_DB_ENGINE=django.db.backends.mysql"
env_file:
- "development.env"
- "creds.env"
- "development_mysql.env"
db:
image: "mysql:8"
command:
Expand Down

0 comments on commit a38cb98

Please sign in to comment.