Update docker-compose.yml to use freikin/dawarich:0.1.0 image

This commit is contained in:
Eugene Burmakin 2024-03-24 20:47:44 +01:00
parent 69540b826f
commit 9f9e0123b3
2 changed files with 4 additions and 2 deletions

View file

@ -31,5 +31,7 @@ Copy the contents of the `docker-compose.yml` file to your server and run `docke
## Environment variables ## Environment variables
`MINIMUM_POINTS_IN_CITY` — minimum number of points in a city to consider it as a city visited, eg. `10` `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` `MAP_CENTER` — default map center, e.g. `55.7558,37.6176`
`TIME_ZONE` — time zone, e.g. `Europe/Berlin` `TIME_ZONE` — time zone, e.g. `Europe/Berlin`

View file

@ -21,7 +21,7 @@ services:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: password POSTGRES_PASSWORD: password
dawarich_app: dawarich_app:
image: registry.chibi.rodeo/dawarich:latest image: freikin/dawarich:0.1.0
container_name: dawarich_app container_name: dawarich_app
volumes: volumes:
- gem_cache:/usr/local/bundle/gems - gem_cache:/usr/local/bundle/gems
@ -45,7 +45,7 @@ services:
- dawarich_db - dawarich_db
- dawarich_redis - dawarich_redis
dawarich_sidekiq: dawarich_sidekiq:
image: registry.chibi.rodeo/dawarich:latest image: freikin/dawarich:0.1.0
container_name: dawarich_sidekiq container_name: dawarich_sidekiq
volumes: volumes:
- gem_cache:/usr/local/bundle/gems - gem_cache:/usr/local/bundle/gems