Skip to content

Commit

Permalink
Switch default method to imap in compose, allow to choose image version
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Jul 29, 2024
1 parent 27048ba commit b642d6a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
services:
arlo-downloader:
image: arlo:latest
image: "${IMAGE_VERSION:-arlo-downloader:latest}"
volumes:
- ./records:/records
environment:
ARLO_USERNAME: "${ARLO_USERNAME}"
ARLO_PASSWORD: "${ARLO_PASSWORD}"
TFA_TYPE: "${TFA_TYPE:-PUSH}"
TFA_SOURCE: "${TFA_SOURCE:-push}"
TFA_TYPE: "${TFA_TYPE:-EMAIL}"
TFA_SOURCE: "${TFA_SOURCE:-imap}"
TFA_HOST: "${TFA_HOST:-_invalid}"
TFA_USERNAME: "${TFA_USERNAME:-_invalid}"
TFA_PASSWORD: "${TFA_PASSWORD:-_invalid}"
SAVE_MEDIA_TO: "${SAVE_MEDIA_TO:-/records/$${Y}/$${m}/$${F}T$${t}_$${N}_$${SN}}"

0 comments on commit b642d6a

Please sign in to comment.