-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarginalia-node-4.yml
57 lines (54 loc) · 1.21 KB
/
marginalia-node-4.yml
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
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:ro
- ms_logs:/var/log/wmsa
- "/app/index/4/current:/idx"
- "/app/index/4/work:/work"
- "/app/index/4/backup:/backup"
- "/app/index/4/storage:/storage"
- "/app/index/4/uploads:/uploads"
restart: unless-stopped
networks:
- wmsa
environment:
- "WMSA_SERVICE_NODE=4"
services:
index-service-4:
<<: *service
image: "marginalia/index-service"
container_name: "index-service-4"
executor-service-4:
<<: *service
image: "marginalia/executor-service"
container_name: "executor-service-4"
networks:
wmsa:
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