maj config nginx for fixed IP

main
Grégory Lebreton 6 months ago
parent a4b06af9e0
commit 26496fcf82

@ -7,7 +7,7 @@ Service pour monitorer les conteneurs via prometheus
- Docker + compose :whale: - Docker + compose :whale:
- DNS pointant vers Cadvisor host - DNS pointant vers Cadvisor host
## CONFIG ## CONFIG :wrench:
### CADVISOR HOST ### CADVISOR HOST
@ -41,7 +41,7 @@ server {
auth_basic "Restricted"; auth_basic "Restricted";
auth_basic_user_file .htpasswd; auth_basic_user_file .htpasswd;
proxy_pass http://127.0.0.1:8080; proxy_pass http://10.10.10.100:8080;
proxy_read_timeout 900; proxy_read_timeout 900;
} }
@ -77,7 +77,7 @@ server {
- Importer une dashboard via ID: 13946 - Importer une dashboard via ID: 13946
## UTILISATION ## UTILISATION :rocket:
```bash ```bash
docker compose up -d docker compose up -d

Loading…
Cancel
Save