Skip to content

Commit

Permalink
chore: use named persistent volume
Browse files Browse the repository at this point in the history
  • Loading branch information
vitonsky committed Jun 4, 2024
1 parent f31d858 commit 758217a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ services:
context: ./thirdparty/bergamot
volumes:
- ./thirdparty/bergamot/build:/mnt/bergamot/build
- ./.local/docker-volumes/bergamot-translator:/mnt/bergamot/bergamot-translator
- bergamot-translator:/mnt/bergamot/bergamot-translator
cap_add:
- SYS_ADMIN

volumes:
# Persistent cache for fast builds in dev environment
bergamot-translator:
driver: local

0 comments on commit 758217a

Please sign in to comment.