Skip to content

Commit

Permalink
fix(docker): add LMDB_DATA_PATH volume mount
Browse files Browse the repository at this point in the history
This will ensure lmdb data is persisted in volume when the service is shutdown
  • Loading branch information
dtfiedler authored and dtfiedler committed Nov 7, 2023
1 parent 013d120 commit a6bd399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ services:
- ${HEADERS_DATA_PATH:-./data/headers}:/app/data/headers
- ${SQLITE_DATA_PATH:-./data/sqlite}:/app/data/sqlite
- ${TEMP_DATA_PATH:-./data/tmp}:/app/data/tmp
- ${LMDB_DATA_PATH:-./data/lmdb}:/app/data/lmdb
environment:
- NODE_ENV=${NODE_ENV:-production}
- LOG_FORMAT=${LOG_FORMAT:-simple}
Expand Down

0 comments on commit a6bd399

Please sign in to comment.