Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
javierblancoNS committed Jan 31, 2022
1 parent b5b9575 commit bcd699f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NS_ECOTEKA_STUDIO_DOMAIN_NAME={{ ns_ecoteka_studio_domain_name | default('localh
NS_ECOTEKA_PROXY_API_PORT={{ ns_ecoteka_proxy_api_port | default('8080') }}
NS_ECOTEKA_PROXY_CERTIFICATESRESOLVERS_LE_ACME_EMAIL={{ ns_ecoteka_proxy_certificatesresolvers_le_acme_email | default('noreply@localhost') }}
NS_ECOTEKA_PROXY_HTTP_PORT={{ ns_ecoteka_proxy_http_port | default('8000') }}
NS_ECOTEKA_PROXY_IMAGE={{ ns_ecoteka_proxy_image | default('traefik:v2.2') }}
NS_ECOTEKA_PROXY_IMAGE={{ ns_ecoteka_proxy_image | default('traefik:v2.6') }}

# DB
NS_ECOTEKA_DB_IMAGE={{ ns_ecoteka_db_image | default('postgis/postgis:12-master') }}
Expand Down Expand Up @@ -91,4 +91,4 @@ NS_ECOTEKA_LANDING_PAGE_IMAGE={{ ns_ecoteka_landing_page_image | default('regist

# OSM_THUMBNAILS
NS_ECOTEKA_OSM_THUMBNAILS_IMAGE={{ ns_ecoteka_osm_thumbnails_image | default('registry.gitlab.com/natural-solutions/ecoteka-osm-thumbnail:latest') }}
NS_ECOTEKA_OSM_THUMBNAILS_REDIS={{ ns_ecoteka_osm_thumbnails_redis | default('redis://redis:6379/1') }}
NS_ECOTEKA_OSM_THUMBNAILS_REDIS_HOST={{ ns_ecoteka_osm_thumbnails_redis | default('redis') }}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ services:
- traefik.http.routers.osm_thumbnails.middlewares=osm_thumbnails-stripprefix
- traefik.http.middlewares.osm_thumbnails-stripprefix.stripprefix.prefixes=/osm_thumbnails
environment:
- REDIS=${NS_ECOTEKA_OSM_THUMBNAILS_REDIS}
- REDIS_HOST=${NS_ECOTEKA_OSM_THUMBNAILS_REDIS_HOST}

tile_server:
restart: always
Expand Down

0 comments on commit bcd699f

Please sign in to comment.