Skip to content

Commit 1d8c682

Browse files
committed
fix(ci): Try to mount a volume as data dir for karakeep
Signed-off-by: Marcel Klehr <[email protected]>
1 parent fa683b8 commit 1d8c682

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ jobs:
181181
image: ghcr.io/karakeep-app/karakeep:release
182182
ports:
183183
- 3000:3000
184+
volumes:
185+
- data:/data
184186
env:
185187
NEXTAUTH_SECRET: super_random_string
186188
NEXTAUTH_URL: http://karakeep:3000

0 commit comments

Comments
 (0)