-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathcompose.test.yaml
More file actions
83 lines (71 loc) · 1.48 KB
/
compose.test.yaml
File metadata and controls
83 lines (71 loc) · 1.48 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
78
79
80
81
82
83
name: dtm-test
networks:
dtm-network:
name: dtm-network
volumes:
db-data:
rustfs-data:
frontend-html:
services:
backend:
extends:
file: compose.yaml
service: backend
build:
context: src
dockerfile: backend/Dockerfile
args:
INSTALL_TEST: "true"
environment:
MONITORING: ""
LOG_LEVEL: "INFO"
AUTH_PROVIDER: "legacy"
ODM_ENDPOINT: http://nodeodm:9900
S3_ENDPOINT_UPLOAD: http://localhost:9000
S3_ENDPOINT_DOWNLOAD: http://localhost:9000
DRAGONFLY_DSN: redis://localhost:6379/0
frontend:
extends:
file: compose.yaml
service: frontend
ports:
- "3040:3040"
db:
extends:
file: compose.yaml
service: db
s3:
extends:
file: compose.yaml
service: s3
s3-init:
extends:
file: compose.yaml
service: s3-init
migrations:
extends:
file: compose.yaml
service: migrations
environment:
MONITORING: ""
arq-worker:
extends:
file: compose.yaml
service: arq-worker
environment:
ODM_ENDPOINT: http://nodeodm:9900
S3_ENDPOINT_UPLOAD: http://localhost:9000
S3_ENDPOINT_DOWNLOAD: http://localhost:9000
DRAGONFLY_DSN: redis://localhost:6379/0
dragonfly:
extends:
file: compose.yaml
service: dragonfly
qgis-packager:
extends:
file: compose.yaml
service: qgis-packager
nodeodm:
extends:
file: compose.yaml
service: nodeodm