Skip to content

Commit

Permalink
added volume to support persistence in prompt-studio (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: Neha <[email protected]>
  • Loading branch information
jaseemjaskp and nehabagdia authored Mar 26, 2024
1 parent 29364ae commit 6f27cc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
- prompt-service
- x2text-service
volumes:
- prompt_studio_data:/app/prompt-studio-data
- ./workflow_data:/data
environment:
- ENVIRONMENT=development
Expand Down Expand Up @@ -176,6 +177,7 @@ services:
- traefik.enable=false

volumes:
prompt_studio_data:
unstract_data:

networks:
Expand Down

0 comments on commit 6f27cc6

Please sign in to comment.