Skip to content

Commit

Permalink
feat($OpenCV): tell headless or not
Browse files Browse the repository at this point in the history
If so, window will not show

BREAKING CHANGE: if it's not headless, show capture window
  • Loading branch information
johnnymillergh committed Nov 16, 2021
1 parent f41f086 commit b3097eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
environment:
MAIL_USERNAME: "DEFAULT_MAIL_USERNAME"
MAIL_PASSWORD: "DEFAULT_MAIL_PASSWORD"
HEADLESS: true
TZ: Asia/Hong_Kong
volumes:
- ~/docker-file-mapping/home_guardian:/app/home_guardian/data
Expand Down
1 change: 1 addition & 0 deletions home_guardian/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
log_level = "INFO"
log_level = ${?LOG_LEVEL}
headless = ${HEADLESS}
email {
mail_host = "smtp.tom.com"
mail_port = 25
Expand Down

0 comments on commit b3097eb

Please sign in to comment.