Geo2Tz
Get the timezone from geo coordinates (lat, lon).
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3'
services:
geo2tz:
container_name: geo2tz
image: ghcr.io/noandrea/geo2tz:latest
ports:
- 2004:2004
# uncomment to enable authorization via request token
# environment:
# - GEO2TZ_WEB_AUTH_TOKEN_VALUE=somerandomstringhere
# - GEO2TZ_WEB_AUTH_TOKEN_PARAM_NAME=t
# - GEO2TZ_WEB_LISTEN_ADDRESS=":2004"
restart: unless-stoppedResources
GitHub: https://github.com/noandrea/geo2tz
GitHub Container Registry: https://github.com/noandrea/geo2tz/pkgs/container/geo2tz
Configuration: https://github.com/noandrea/geo2tz#docker