]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ideditor/recipes/default.rb
Merge remote-tracking branch 'github/pull/670'
[chef.git] / cookbooks / ideditor / recipes / default.rb
index b65209fa22de8caed83fe26d37dd40abb79ac0bc..753ac1222217db1ea829d62f4274810cbe574872 100644 (file)
 # 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