Skip to content

Commit 4137ee8

Browse files
committed
feat: add JsonData volume for docker persistence
1 parent 9a280cd commit 4137ee8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ services:
88
AI_ENDPOINT: ${AI_ENDPOINT}
99
AI_TOKEN: ${AI_TOKEN}
1010
API_KEY_WEATHER: ${API_KEY_WEATHER}
11+
volumes:
12+
- ./JsonData:/app/JsonData

0 commit comments

Comments
 (0)