Prevent meili_data from being root-owned and breaking jenkins builds

This commit is contained in:
Kuba Orlik 2024-12-06 19:41:48 +01:00
parent 9a1c9a6b2c
commit b798bec40b
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -47,3 +47,4 @@ src/includes.css
lint-report.json
/src/style-entrypoints/
/meili_data/
!/meili_data/.keepme

View File

@ -19,6 +19,7 @@ services:
ports:
- "127.0.0.1:${PORT:-108}2:1080"
- "127.0.0.1:${PORT:-102}6:1025"
user: ${USER_ID:-1000}:${GROUP_ID:-1000}
meilisearch:
image: getmeili/meilisearch:v1.9
ports:
@ -28,3 +29,4 @@ services:
environment:
MEILI_ENV: development
MEILI_MASTER_KEY: ${MEILISEARCH_MASTER_KEY:-qwerty}
user: ${USER_ID:-1000}:${GROUP_ID:-1000}

0
meili_data/.keepme Normal file
View File