diff --git a/README.md b/README.md index b4dcd5ee..94750dad 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,7 @@ Copy the contents of the `docker-compose.yml` file to your server and run `docke ## Environment variables `MINIMUM_POINTS_IN_CITY` — minimum number of points in a city to consider it as a city visited, eg. `10` + `MAP_CENTER` — default map center, e.g. `55.7558,37.6176` + `TIME_ZONE` — time zone, e.g. `Europe/Berlin` diff --git a/docker-compose.yml b/docker-compose.yml index e92a737f..4337496a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: POSTGRES_USER: postgres POSTGRES_PASSWORD: password dawarich_app: - image: registry.chibi.rodeo/dawarich:latest + image: freikin/dawarich:0.1.0 container_name: dawarich_app volumes: - gem_cache:/usr/local/bundle/gems @@ -45,7 +45,7 @@ services: - dawarich_db - dawarich_redis dawarich_sidekiq: - image: registry.chibi.rodeo/dawarich:latest + image: freikin/dawarich:0.1.0 container_name: dawarich_sidekiq volumes: - gem_cache:/usr/local/bundle/gems