mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
cache
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user