X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e665e01edf3f6b1cd75583f9721fb35ab39afed6..d5d78aa42c55fcf94c90655a19030bb7da65eeda:/cookbooks/hot/recipes/default.rb diff --git a/cookbooks/hot/recipes/default.rb b/cookbooks/hot/recipes/default.rb index b4d316923..8f12dc193 100644 --- a/cookbooks/hot/recipes/default.rb +++ b/cookbooks/hot/recipes/default.rb @@ -17,13 +17,9 @@ # limitations under the License. # -include_recipe "apache" +include_recipe "podman::apache" -ssl_certificate "hot.openstreetmap.org" do - domains ["hot.openstreetmap.org", "hot.osm.org"] - notifies :reload, "service[apache2]" -end - -apache_site "hot.openstreetmap.org" do - template "apache.erb" +podman_site "hot.openstreetmap.org" do + image "ghcr.io/openstreetmap/hot.openstreetmap.org-website:latest" + aliases ["hot.osm.org"] end