]> git.openstreetmap.org Git - chef.git/commitdiff
sotm: increase docker_external_port offset
authorGrant Slater <github@firefishy.com>
Sun, 12 Feb 2023 22:18:52 +0000 (22:18 +0000)
committerGrant Slater <github@firefishy.com>
Sun, 12 Feb 2023 22:19:44 +0000 (22:19 +0000)
cookbooks/stateofthemap/recipes/container.rb

index b5a7640acd8fcb112cc33e3b100e911f8f920887..6320e81ee768e6fbcf134ef207f62a4e4aedf4e9 100644 (file)
@@ -23,7 +23,7 @@ include_recipe "podman"
 apache_module "proxy_http"
 
 %w[2013 2016 2017 2018 2019 2020 2021 2022].each do |year|
 apache_module "proxy_http"
 
 %w[2013 2016 2017 2018 2019 2020 2021 2022].each do |year|
-  docker_external_port = 6080 + year.to_i # 8093+
+  docker_external_port = 6180 + year.to_i # 8193+
 
   podman_service "#{year}.stateofthemap.org" do
     description "Container service for #{year}.stateofthemap.org"
 
   podman_service "#{year}.stateofthemap.org" do
     description "Container service for #{year}.stateofthemap.org"