Drop staging.thegild.app; gild collapsed to single-target deploy

Anton Kaminsky4/17/20260565998fd653parent f840c8f
2 files changed-13
hub/Caddyfile
@@ -15,18 +15,6 @@
1515 }
1616}
1717
18staging.thegild.app {
19 tls /certs/thegild.app.crt /certs/thegild.app.key
20
21 reverse_proxy gild-web-staging:3000
22
23 header {
24 X-Content-Type-Options nosniff
25 X-Frame-Options DENY
26 X-Robots-Tag "noindex, nofollow"
27 }
28}
29
3018collab.{$DOMAIN} {
3119 handle /socket.io/* {
3220 reverse_proxy grove-web:3334
3321
hub/docker-compose.yml
@@ -163,7 +163,6 @@
163163 - pages-sites:/srv/pages/sites:ro
164164 - /opt/grove/downloads:/srv/downloads:ro
165165 - /opt/gild:/opt/gild:ro
166 - /opt/gild-staging:/opt/gild-staging:ro
167166 - /opt/gild-certs:/certs:ro
168167 environment:
169168 - DOMAIN=${DOMAIN:-localhost}
170169