diff --git a/compose.yml b/compose.yml index 7f7e3f8..193fd0f 100644 --- a/compose.yml +++ b/compose.yml @@ -18,10 +18,10 @@ services: order: start-first labels: - "traefik.enable=true" - - "traefik.http.routers.cloud-autonomic-zone.rule=Host(`${DOMAIN}`)" + - "traefik.http.routers.cloud-autonomic-zone.rule=Host(`cloud.autonomic.zone`)" - "traefik.http.routers.cloud-autonomic-zone.entrypoints=web-secure" - "traefik.http.services.cloud-autonomic-zone.loadbalancer.server.port=8000" - - "traefik.http.routers.cloud-autonomic-zone.tls.certresolver=${LETS_ENCRYPT_ENV}" + - "traefik.http.routers.cloud-autonomic-zone.tls.certresolver=production" networks: proxy: diff --git a/data/faq.json b/data/faq.json index 7fc7839..1277ff3 100644 --- a/data/faq.json +++ b/data/faq.json @@ -15,4 +15,4 @@ "left": "How do I do the setup correctly?", "right": "I’m baby pug normcore pabst, irony 8-bit cronut cray direct trade fingerstache. Flannel taxidermy yr health goth hell of chicharrones fixie. Leggings pop-up fashion axe you probably haven’t heard of them, brunch pabst mixtape actually cray chambray umami thundercats iceland deep." } -] \ No newline at end of file +] diff --git a/data/who_is_involved.json b/data/who_is_involved.json index 6bea117..f878708 100644 --- a/data/who_is_involved.json +++ b/data/who_is_involved.json @@ -1,5 +1,3 @@ { - "text" : "Autonomic is a worker‑owned co‑operative, dedicated to using technology to empower people making a positive difference in the world. We offer service hosting using Co‑op Cloud and other platforms, and custom development and infrastructure set‑up." + "text": "Autonomic is a worker‑owned co‑operative, dedicated to using technology to empower people making a positive difference in the world. We offer service hosting using Co‑op Cloud and other platforms, and custom development and infrastructure set‑up." } - -