Skip to content

Commit dc68d56

Browse files
committed
Mount the data folder so seed.json is available for local development
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
1 parent ff3bedb commit dc68d56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ services:
2525
- MCP_REGISTRY_ENABLE_REGISTRY_VALIDATION=${MCP_REGISTRY_ENABLE_REGISTRY_VALIDATION:-true}
2626
ports:
2727
- 8080:8080
28+
volumes:
29+
- ./data:/data:ro
2830
restart: "unless-stopped"
2931

3032
postgres:

0 commit comments

Comments
 (0)