This commit is contained in:
Ravi Prasad
2026-05-06 22:17:56 -05:00
parent 7578a69988
commit cc34832fd1
5 changed files with 3607 additions and 1 deletions
+2
View File
@@ -75,6 +75,7 @@ services:
image: 'nginx:stable'
volumes:
- './nginx/nginx.conf:/etc/nginx/nginx.conf:ro'
- nginx_cache:/var/cache/nginx
depends_on:
- api1
- api2
@@ -123,6 +124,7 @@ volumes:
postgres_data: # New volume for Postgres
prometheus_data:
grafana_data:
nginx_cache:
networks:
api.network: null