X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..926b50ddad5d1701e0b22690588e632585d60ad8:/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