This repository was archived by the owner on Apr 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarginalia-core.yml
More file actions
77 lines (77 loc) · 1.75 KB
/
marginalia-core.yml
File metadata and controls
77 lines (77 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
x-svc: &service
env_file:
- "/app/search.marginalia.nu/env/service.env"
volumes:
- ms_conf:/wmsa/conf:ro
- ms_model:/wmsa/model:ro
- ms_data:/wmsa/data
- ms_logs:/var/log/wmsa
networks:
- wmsa
restart: unless-stopped
environment:
- "WMSA_SERVICE_NODE=1"
services:
query-service-1:
<<: *service
image: "marginalia/query-service"
container_name: "query-service-1"
search-service-1:
<<: *service
image: "marginalia/search-service"
container_name: "search-service-1"
assistant-service-1:
<<: *service
image: "marginalia/assistant-service"
container_name: "assistant-service-1"
networks:
- wmsa
- headlesschrome
api-service-1:
<<: *service
image: "marginalia/api-service"
container_name: "api-service-1"
dating-service:
<<: *service
image: "marginalia/dating-service"
container_name: "dating-service"
explorer-service:
<<: *service
image: "marginalia/explorer-service"
container_name: "explorer-service"
control-service:
<<: *service
image: "marginalia/control-service"
container_name: "control-service"
status-service:
<<: *service
image: "marginalia/status-service"
container_name: "status-service"
networks:
wmsa:
headlesschrome:
volumes:
ms_logs:
driver: local
driver_opts:
type: none
o: bind
device: /app/search.marginalia.nu/logs
ms_model:
driver: local
driver_opts:
type: none
o: bind
device: /app/search.marginalia.nu/model
ms_conf:
driver: local
driver_opts:
type: none
o: bind
device: /app/search.marginalia.nu/conf
ms_data:
driver: local
driver_opts:
type: none
o: bind
device: /app/search.marginalia.nu/data