5 # Copyright:: 2021, OpenStreetMap Foundation
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
11 # https://www.apache.org/licenses/LICENSE-2.0
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
20 include_recipe "docker"
23 include_recipe "geoipupdate"
25 passwords = data_bag_item("community", "passwords")
26 license_keys = data_bag_item("geoipupdate", "license-keys")
28 ssl_certificate "community.openstreetmap.org" do
29 domains ["community.openstreetmap.org", "community.osm.org"]
30 notifies :run, "execute[discourse_container_web_only_rebuild]"
33 directory "/srv/community.openstreetmap.org" do
39 directory "/srv/community.openstreetmap.org/shared" do
45 git "/srv/community.openstreetmap.org/docker" do
47 repository "https://github.com/discourse/discourse_docker.git"
52 notifies :run, "execute[discourse_container_data_rebuild]"
53 notifies :run, "execute[discourse_container_web_only_rebuild]"
54 notifies :run, "execute[discourse_container_mail_receiver_rebuild]"
57 template "/srv/community.openstreetmap.org/docker/containers/data.yml" do
62 variables :passwords => passwords
63 notifies :run, "execute[discourse_container_data_rebuild]"
66 template "/srv/community.openstreetmap.org/docker/containers/web_only.yml" do
67 source "web_only.yml.erb"
71 variables :license_keys => license_keys, :passwords => passwords
72 notifies :run, "execute[discourse_container_web_only_rebuild]"
75 template "/srv/community.openstreetmap.org/docker/containers/mail-receiver.yml" do
76 source "mail-receiver.yml.erb"
80 variables :passwords => passwords
81 notifies :run, "execute[discourse_container_mail_receiver_rebuild]"
84 execute "discourse_container_data_rebuild" do
86 command "./launcher rebuild data"
87 cwd "/srv/community.openstreetmap.org/docker/"
92 execute "discourse_container_web_only_rebuild" do
94 command "./launcher rebuild web_only"
95 cwd "/srv/community.openstreetmap.org/docker/"
100 execute "discourse_container_mail_receiver_rebuild" do
102 command "./launcher rebuild mail-receiver"
103 cwd "/srv/community.openstreetmap.org/docker/"
110 # Maybe use /srv/community.openstreetmap.org/shared/web-only/backups/
111 # Or https://github.com/discourse/discourse_docker/blob/8b0ae9b4da2f48d62d7a88035018dba403918325/templates/postgres.template.yml#L240
112 # and tar of the shared web uploads