Skip to content

Commit

Permalink
chore: update traefik version
Browse files Browse the repository at this point in the history
  • Loading branch information
javierblancoNS committed Jan 31, 2022
1 parent 367ba93 commit 4db3771
Showing 1 changed file with 2 additions and 2 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={{ ns_ecoteka_osm_thumbnails_redis | default('redis://redis:6379/1') }}

0 comments on commit 4db3771

Please sign in to comment.