fix timezone shenanigans

This commit is contained in:
ultrablob 2025-05-03 21:19:55 -04:00
parent 75dbaebccd
commit e9f63e8658
2 changed files with 62 additions and 22 deletions

View file

@ -22,7 +22,8 @@ services:
- "8004:8000"
environment:
# FILL THESE IN
BEAVERHABITS_URL: ""
TIMEZONE: EST
BEAVERHABITS_URL: "" # no path, just the base URL
BEAVERHABITS_USERNAME: "" # yes i know this is bad
BEAVERHABITS_PASSWORD: "" # however, i don't care
restart: unless-stopped