]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/container.rb
palulukon: Allow access to AWS IP metadata NTP service
[chef.git] / cookbooks / stateofthemap / recipes / container.rb
index 2d49ba6c55fc34cab99fb0533ce2d8f4ff08e0eb..3b5bd38b9fd916503a92220655804d6ea3638582 100644 (file)
 
 include_recipe "podman::apache"
 
 
 include_recipe "podman::apache"
 
-podman_site "www.stateofthemap.org" do
+podman_site "stateofthemap.org" do
   image "ghcr.io/openstreetmap/stateofthemap-website:latest"
   aliases ["www.stateofthemap.org", "stateofthemap.com", "www.stateofthemap.com", "sotm.org", "www.sotm.org"]
 end
 
   image "ghcr.io/openstreetmap/stateofthemap-website:latest"
   aliases ["www.stateofthemap.org", "stateofthemap.com", "www.stateofthemap.com", "sotm.org", "www.sotm.org"]
 end
 
-%w[2013 2016 2017 2018 2019 2020 2021 2022].each do |year|
+%w[2007 2008 2009 2013 2016 2017 2018 2019 2020 2021 2022 2024].each do |year|
   podman_site "#{year}.stateofthemap.org" do
     image "ghcr.io/openstreetmap/stateofthemap-#{year}:latest"
     aliases ["#{year}.stateofthemap.com", "#{year}.sotm.org"]
   podman_site "#{year}.stateofthemap.org" do
     image "ghcr.io/openstreetmap/stateofthemap-#{year}:latest"
     aliases ["#{year}.stateofthemap.com", "#{year}.sotm.org"]