File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ services:
27
27
- /opt/mcp-gateway/models:/app/registry/models
28
28
- /home/ubuntu/ssl_data:/etc/ssl
29
29
- /var/log/mcp-gateway:/app/logs
30
+ - /opt/mcp-gateway/auth_server/scopes.yml:/app/auth_server/scopes.yml
30
31
depends_on :
31
32
- auth-server
32
33
restart : unless-stopped
@@ -49,6 +50,7 @@ services:
49
50
- " 8888:8888"
50
51
volumes :
51
52
- /var/log/mcp-gateway:/app/logs
53
+ - /opt/mcp-gateway/auth_server/scopes.yml:/app/auth_server/scopes.yml
52
54
restart : unless-stopped
53
55
54
56
# Current Time MCP Server
@@ -93,6 +95,7 @@ services:
93
95
volumes :
94
96
- /opt/mcp-gateway/servers:/app/registry/servers
95
97
- /opt/mcp-gateway/models:/app/registry/models
98
+ - /opt/mcp-gateway/auth_server/scopes.yml:/app/auth_server/scopes.yml
96
99
ports :
97
100
- " 8003:8003"
98
101
depends_on :
You can’t perform that action at this time.
0 commit comments