Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F10360879
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
966 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/docker-compose.yml b/docker-compose.yml
index 0712ee2..c0aff7a 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,21 +1,30 @@
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"
+ 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}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Nov 8, 09:46 (23 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1034415
Default Alt Text
(966 B)
Attached To
Mode
rAPROXY Assetproxy
Attached
Detach File
Event Timeline
Log In to Comment