From a63454695d510c0f8530f9a95f8f958ad7237458 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 25 Apr 2025 15:41:51 +0100 Subject: [PATCH] sotm: Add sotm eu index site --- cookbooks/stateofthemap/recipes/container.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cookbooks/stateofthemap/recipes/container.rb b/cookbooks/stateofthemap/recipes/container.rb index 8e97accc0..af8514fa7 100644 --- a/cookbooks/stateofthemap/recipes/container.rb +++ b/cookbooks/stateofthemap/recipes/container.rb @@ -30,3 +30,8 @@ end aliases ["#{year}.stateofthemap.com", "#{year}.sotm.org"] end end + +podman_site "stateofthemap.eu" do + image "ghcr.io/openstreetmap/stateofthemap-eu-website:latest" + aliases ["www.stateofthemap.eu"] +end -- 2.39.5