-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server configuration file? #315
Comments
The timezone can be set by the TZ environment variable, e.g., |
Thank you! Where are these settings persisted across container shutdowns or restarts? |
Yes, they should be. |
Setting TZ seems to break the docker image. My docker-compose.yml version: '3.3'
services:
stanfordoval:
container_name: genie
environment:
- PORT=3020
- TZ="America/New_York"
#ports:
#- '3020:3020'
network_mode: host
volumes:
- '/home/texnofobix/docker/genie/data:/var/lib/genie-server'
image: docker.io/stanfordoval/almond-server
$ docker-compose images
Container Repository Tag Image Id Size
genie stanfordoval/almond-server latest a8f11d19ea03 818MB |
I'm trying to setup the server without Home Assistant. The reported time is incorrect by several hours and my location is reported as Unknown.
Is there a config file for home address, zip code, time zone, service credentials, etc? Maybe environment variables in the docker-compose file?
I've looked but can seem to find anything.
Thank you!
The text was updated successfully, but these errors were encountered: