Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Mar 13, 2024
1 parent 798a8e8 commit d079941
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.template.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SECURITY_TOKEN=cc83733cb0af8b884ff6577086b87909

[database]
TABLE_PREFIX=
DATABASE=sqlite:///flask_monitoringdashboard.db
DATABASE=sqlite:///data/flask_monitoringdashboard.db

[visualization]
COLORS={'main':'[128,0,128]','static':'[255,255,0]'}
Empty file added data/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ${PORT}:8000
restart: always
volumes:
- ./flask_monitoringdashboard.db:/flask_monitoringdashboard.db
- ./data:/data

schedule:
build: .
Expand Down

0 comments on commit d079941

Please sign in to comment.