X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aeaff8df6b59065b3fa7a04c2feee6b4e546afce..b271d50196a8939c5670b22525483eb7a8d61b00:/cookbooks/ideditor/recipes/default.rb diff --git a/cookbooks/ideditor/recipes/default.rb b/cookbooks/ideditor/recipes/default.rb index b65209fa2..753ac1222 100644 --- a/cookbooks/ideditor/recipes/default.rb +++ b/cookbooks/ideditor/recipes/default.rb @@ -17,13 +17,8 @@ # limitations under the License. # -include_recipe "apache" +include_recipe "podman::apache" -ssl_certificate "preview.ideditor.com" do - domains ["preview.ideditor.com"] - notifies :reload, "service[apache2]" -end - -apache_site "preview.ideditor.com" do - template "apache.erb" +podman_site "preview.ideditor.com" do + image "ghcr.io/openstreetmap/preview.ideditor.com-website:latest" end