Skip to content

Commit

Permalink
feat(memory-store): Make cozo_data volume external (#616)
Browse files Browse the repository at this point in the history
<!-- ELLIPSIS_HIDDEN -->



> [!IMPORTANT]
> Set `cozo_data` volume to external in `docker-compose.yml`.
> 
>   - **Volumes**:
> - Set `cozo_data` volume to `external: true` in `docker-compose.yml`,
aligning with `cozo_backup`.
> 
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=julep-ai%2Fjulep&utm_source=github&utm_medium=referral)<sup>
for 017823f. It will automatically
update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
  • Loading branch information
HamadaSalhab authored Oct 8, 2024
1 parent 007c2ef commit 7effdd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions memory-store/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ services:

volumes:
cozo_data:
external: true
cozo_backup:
external: true

0 comments on commit 7effdd3

Please sign in to comment.