Skip to content

Commit

Permalink
fix broken deployment (#1063)
Browse files Browse the repository at this point in the history
we recently commented out prometheus section from our docker-compose
(because it's unused) but forgot to remove prometheus domain from
`SITES` in nginx-auto-ssl load-balancer container config.
As a result of this oversight our domain has been down.
Removing this domain from `SITES` fixed the issue

Signed-off-by: Ndibe Raymond Olisaemeka <[email protected]>
Co-authored-by: Ndibe Raymond Olisaemeka <[email protected]>
  • Loading branch information
NdibeRaymond and Ndibe Raymond Olisaemeka authored Dec 28, 2023
1 parent 92e1380 commit 5ff0101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zubhub_backend/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ services:
SITES:
"api.zubhub.unstructured.studio=web:8000;www.api.zubhub.unstructured.studio=web:8000;\
media.zubhub.unstructured.studio=media:8001;\
rabbitmq.zubhub.unstructured.studio=rabbitmq:15672;prometheus.zubhub.unstructured.studio=prometheus:9090"
rabbitmq.zubhub.unstructured.studio=rabbitmq:15672"
# ;prometheus.zubhub.unstructured.studio=prometheus:9090"
FORCE_HTTPS: "true"
depends_on:
- web
Expand Down

0 comments on commit 5ff0101

Please sign in to comment.