zhimin-z commited on
Commit
25857b6
·
1 Parent(s): 2c59fb3
Files changed (1) hide show
  1. docker-compose.yml +2 -0
docker-compose.yml CHANGED
@@ -12,6 +12,8 @@ services:
12
  - .:/app
13
  # Mount gharchive workspace for data storage
14
  - ../gharchive:/gharchive:ro
 
 
15
  environment:
16
  - PYTHONUNBUFFERED=1
17
  logging:
 
12
  - .:/app
13
  # Mount gharchive workspace for data storage
14
  - ../gharchive:/gharchive:ro
15
+ # Mount bot data for agent repository storage
16
+ - ../bot_data:/bot_data:ro
17
  environment:
18
  - PYTHONUNBUFFERED=1
19
  logging: