🏗️」 wip: should be ready to prod

This commit is contained in:
2025-08-24 15:31:23 +02:00
parent 2942fccf0a
commit 27cdfa1644
10 changed files with 3249 additions and 47 deletions

View File

@ -3,7 +3,7 @@ services:
container_name: transcendence-nginx-exporter
image: nginx/nginx-prometheus-exporter:latest
command:
- '-nginx.scrape-uri=http://transcendence-front:8080/status/format/json'
- '-nginx.scrape-uri=http://transcendence-front:8080/nginx_status'
depends_on:
front:
condition: service_started