Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F10360797
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/.gitignore b/.gitignore
index 1a1862a..fd7485d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,49 +1,50 @@
.DS_Store
.idea
*.log
tmp/
*~
*.sublime-workspace
npm-debug.log
node_modules
docker_node_modules
db
coverage.html
\#*
.\#*
.npm
.config
.ash_history
cosealious
node_modules*
.cache
lib
@types
.xunit
coverage
.nyc_output
/dist/
public/dist
/log.html
/hint-report/
.vscode
.env
.npm_cache/
.mozilla/
cache/*
!cache/images/.keepme
!cache/smartcrop/.keepme
uploaded-images/*
!uploaded-images/keepme
uploaded_files
/dist-instrumented/
# these are autogenerated, no need to version control them
src/back/jdd-components/components.ts
src/back/routes/routes.ts
src/back/routes/urls.ts
src/includes.css
.eslint-result.json
lint-report.json
/src/style-entrypoints/
/meili_data/
+!/meili_data/.keepme
\ No newline at end of file
diff --git a/docker-compose.yml b/docker-compose.yml
index c0aff7a..f7cee37 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,30 +1,32 @@
version: "3.2"
services:
db:
image: mongo:4.4-bionic
ports:
- "127.0.0.1:${PORT:-2076}7:27017"
test:
image: sealious-app:latest
build:
context: ./docker
dockerfile: ./test.Dockerfile
volumes:
- ./:/opt/sealious-app/
- /tmp:/tmp
- ./docker_node_modules:/opt/sealious-app/node_modules
user: ${USER_ID:-1000}:${GROUP_ID:-1000}
mailcatcher:
image: schickling/mailcatcher:latest
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:
- "127.0.0.1:${PORT:-109}8:7700"
volumes:
- ./meili_data:/meili_data
environment:
MEILI_ENV: development
MEILI_MASTER_KEY: ${MEILISEARCH_MASTER_KEY:-qwerty}
+ user: ${USER_ID:-1000}:${GROUP_ID:-1000}
diff --git a/meili_data/.keepme b/meili_data/.keepme
new file mode 100644
index 0000000..e69de29
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Nov 8, 08:52 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1034381
Default Alt Text
(1 KB)
Attached To
Mode
rREWRITE Configurable rewriter
Attached
Detach File
Event Timeline
Log In to Comment