-
Notifications
You must be signed in to change notification settings - Fork 13
/
docker-compose-oem-standalone.yml
267 lines (266 loc) · 9.94 KB
/
docker-compose-oem-standalone.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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
########################################################################
# Copyright (c) Intel Corporation 2023
# SPDX-License-Identifier: BSD-3-Clause
########################################################################
networks:
edgex-network:
driver: bridge
services:
data-organizer:
command: -cp=consul.http://edgex-core-consul:8500 --registry --confdir=/res -s
environment:
API_GATEWAY_HOST: edgex-kong
API_GATEWAY_STATUS_PORT: '8100'
EDGEX_SECURITY_SECRET_STORE: "true"
MESSAGEQUEUE_HOST: edgex-redis
PROXY_SETUP_HOST: edgex-security-proxy-setup
REGISTRY_HOST: edgex-core-consul
SECRETSTORE_HOST: edgex-vault
SECRETSTORE_PORT: '8200'
SECRETSTORE_RUNTIMETOKENPROVIDER_ENABLED: true
SECRETSTORE_RUNTIMETOKENPROVIDER_HOST: edgex-security-spiffe-token-provider
SERVICE_HOST: data-organizer
SPIFFE_ENDPOINTSOCKET: /tmp/edgex/secrets/spiffe/public/api.sock
SPIFFE_TRUSTBUNDLE_PATH: /tmp/edgex/secrets/spiffe/trust/bundle
SPIFFE_TRUSTDOMAIN: edgexfoundry.org
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: '54321'
STAGEGATE_DATABASE_HOST: edgex-redis
STAGEGATE_DATABASE_PORT: '6379'
STAGEGATE_DATABASE_READYPORT: '6379'
STAGEGATE_KONGDB_HOST: edgex-kong-db
STAGEGATE_KONGDB_PORT: '5432'
STAGEGATE_KONGDB_READYPORT: '54325'
STAGEGATE_READY_TORUNPORT: '54329'
STAGEGATE_REGISTRY_HOST: edgex-core-consul
STAGEGATE_REGISTRY_PORT: '8500'
STAGEGATE_REGISTRY_READYPORT: '54324'
STAGEGATE_SECRETSTORESETUP_HOST: edgex-security-secretstore-setup
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
APPLICATIONSETTINGS_JOBREPOHOST: job-repository
APPLICATIONSETTINGS_TASKLAUNCHERHOST: task-launcher
APPLICATIONSETTINGS_FILESENDERHOST: file-sender-oem
WRITABLE_LOGLEVEL: DEBUG
hostname: data-organizer
image: aicsd/ms-data-organizer:0.0.0-dev
networks:
edgex-network: {}
ports:
- 127.0.0.1:59781:59781/tcp
read_only: true
restart: always
security_opt:
- no-new-privileges:true
user: 2002:2001
volumes:
- ${HOME}/data/oem-files:/tmp/files
- /tmp/edgex/secrets/spiffe:/tmp/edgex/secrets/spiffe:z
file-sender-oem:
command: -cp=consul.http://edgex-core-consul:8500 --registry --confdir=/res -s
environment:
API_GATEWAY_HOST: edgex-kong
API_GATEWAY_STATUS_PORT: '8100'
EDGEX_SECURITY_SECRET_STORE: "true"
MESSAGEQUEUE_HOST: edgex-redis
PROXY_SETUP_HOST: edgex-security-proxy-setup
REGISTRY_HOST: edgex-core-consul
SECRETSTORE_HOST: edgex-vault
SECRETSTORE_PORT: '8200'
SECRETSTORE_RUNTIMETOKENPROVIDER_ENABLED: true
SECRETSTORE_RUNTIMETOKENPROVIDER_HOST: edgex-security-spiffe-token-provider
SERVICE_HOST: file-sender-oem
SPIFFE_ENDPOINTSOCKET: /tmp/edgex/secrets/spiffe/public/api.sock
SPIFFE_TRUSTBUNDLE_PATH: /tmp/edgex/secrets/spiffe/trust/bundle
SPIFFE_TRUSTDOMAIN: edgexfoundry.org
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: '54321'
STAGEGATE_DATABASE_HOST: edgex-redis
STAGEGATE_DATABASE_PORT: '6379'
STAGEGATE_DATABASE_READYPORT: '6379'
STAGEGATE_KONGDB_HOST: edgex-kong-db
STAGEGATE_KONGDB_PORT: '5432'
STAGEGATE_KONGDB_READYPORT: '54325'
STAGEGATE_READY_TORUNPORT: '54329'
STAGEGATE_REGISTRY_HOST: edgex-core-consul
STAGEGATE_REGISTRY_PORT: '8500'
STAGEGATE_REGISTRY_READYPORT: '54324'
STAGEGATE_SECRETSTORESETUP_HOST: edgex-security-secretstore-setup
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
APPLICATIONSETTINGS_JOBREPOHOST: job-repository
APPLICATIONSETTINGS_FILERECEIVERHOST: file-receiver-gateway
WRITABLE_LOGLEVEL: DEBUG
hostname: file-sender-oem
image: aicsd/ms-file-sender-oem:0.0.0-dev
networks:
edgex-network: {}
ports:
- 127.0.0.1:59782:59782/tcp
read_only: true
restart: always
security_opt:
- no-new-privileges:true
user: 2002:2001
volumes:
- ${HOME}/data/oem-files:/tmp/files
- /tmp/edgex/secrets/spiffe:/tmp/edgex/secrets/spiffe:z
file-watcher:
command: -cp=consul.http://edgex-core-consul:8500 --registry --confdir=/res -s
environment:
API_GATEWAY_HOST: edgex-kong
API_GATEWAY_STATUS_PORT: '8100'
EDGEX_SECURITY_SECRET_STORE: "true"
MESSAGEQUEUE_HOST: edgex-redis
PROXY_SETUP_HOST: edgex-security-proxy-setup
REGISTRY_HOST: edgex-core-consul
SECRETSTORE_HOST: edgex-vault
SECRETSTORE_PORT: '8200'
SECRETSTORE_RUNTIMETOKENPROVIDER_ENABLED: true
SECRETSTORE_RUNTIMETOKENPROVIDER_HOST: edgex-security-spiffe-token-provider
SERVICE_HOST: file-watcher
SPIFFE_ENDPOINTSOCKET: /tmp/edgex/secrets/spiffe/public/api.sock
SPIFFE_TRUSTBUNDLE_PATH: /tmp/edgex/secrets/spiffe/trust/bundle
SPIFFE_TRUSTDOMAIN: edgexfoundry.org
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: '54321'
STAGEGATE_DATABASE_HOST: edgex-redis
STAGEGATE_DATABASE_PORT: '6379'
STAGEGATE_DATABASE_READYPORT: '6379'
STAGEGATE_KONGDB_HOST: edgex-kong-db
STAGEGATE_KONGDB_PORT: '5432'
STAGEGATE_KONGDB_READYPORT: '54325'
STAGEGATE_READY_TORUNPORT: '54329'
STAGEGATE_REGISTRY_HOST: edgex-core-consul
STAGEGATE_REGISTRY_PORT: '8500'
STAGEGATE_REGISTRY_READYPORT: '54324'
STAGEGATE_SECRETSTORESETUP_HOST: edgex-security-secretstore-setup
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
APPLICATIONSETTINGS_DATAORGHOST: data-organizer
APPLICATIONSETTINGS_FOLDERSTOWATCH: /tmp/files/input
WRITABLE_LOGLEVEL: DEBUG
hostname: file-watcher
image: aicsd/ms-file-watcher:0.0.0-dev
networks:
edgex-network: {}
ports:
- 127.0.0.1:59780:59780/tcp
read_only: true
restart: always
security_opt:
- no-new-privileges:true
user: 2002:2001
volumes:
- ${HOME}/data/oem-files:/tmp/files
- /tmp/edgex/secrets/spiffe:/tmp/edgex/secrets/spiffe:z
file-receiver-oem:
command: -cp=consul.http://edgex-core-consul:8500 --registry --confdir=/res -s
depends_on:
- remote-spire-agent
environment:
API_GATEWAY_HOST: edgex-kong
API_GATEWAY_STATUS_PORT: '8100'
EDGEX_SECURITY_SECRET_STORE: "true"
MESSAGEQUEUE_HOST: edgex-redis
PROXY_SETUP_HOST: edgex-security-proxy-setup
REGISTRY_HOST: edgex-core-consul
SECRETSTORE_HOST: edgex-vault
SECRETSTORE_PORT: '8200'
SECRETSTORE_RUNTIMETOKENPROVIDER_ENABLED: true
SECRETSTORE_RUNTIMETOKENPROVIDER_REQUIREDSECRETS: redisdb
SECRETSTORE_RUNTIMETOKENPROVIDER_HOST: edgex-security-spiffe-token-provider
SERVICE_HOST: file-receiver-oem
SPIFFE_ENDPOINTSOCKET: /tmp/edgex/secrets/spiffe/public/api.sock
SPIFFE_TRUSTBUNDLE_PATH: /tmp/edgex/secrets/spiffe/trust/bundle
SPIFFE_TRUSTDOMAIN: edgexfoundry.org
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: '54321'
STAGEGATE_DATABASE_HOST: edgex-redis
STAGEGATE_DATABASE_PORT: '6379'
STAGEGATE_DATABASE_READYPORT: '6379'
STAGEGATE_KONGDB_HOST: edgex-kong-db
STAGEGATE_KONGDB_PORT: '5432'
STAGEGATE_KONGDB_READYPORT: '54325'
STAGEGATE_READY_TORUNPORT: '54329'
STAGEGATE_REGISTRY_HOST: edgex-core-consul
STAGEGATE_REGISTRY_PORT: '8500'
STAGEGATE_REGISTRY_READYPORT: '54324'
STAGEGATE_SECRETSTORESETUP_HOST: edgex-security-secretstore-setup
STAGEGATE_SECRETSTORESETUP_TOKENS_READYPORT: '54322'
STAGEGATE_WAITFOR_TIMEOUT: 60s
TRIGGER_EDGEXMESSAGEBUS_PUBLISHHOST_HOST: edgex-redis
TRIGGER_EDGEXMESSAGEBUS_SUBSCRIBEHOST_HOST: edgex-redis
APPLICATIONSETTINGS_JOBREPOHOST: job-repository
APPLICATIONSETTINGS_FILESENDERHOST: file-sender-gateway
APPLICATIONSETTINGS_OUTPUTFOLDER: /tmp/files/output
WRITABLE_LOGLEVEL: DEBUG
hostname: file-receiver-oem
image: aicsd/as-file-receiver-oem:0.0.0-dev
networks:
edgex-network: {}
ports:
- 127.0.0.1:59787:59787/tcp
read_only: true
restart: always
security_opt:
- no-new-privileges:true
user: 2002:2001
volumes:
- ${HOME}/data/oem-files:/tmp/files
- /tmp/edgex/secrets/spiffe:/tmp/edgex/secrets/spiffe:z
sshd-remote:
image: edgex-sshd-remote:2.3.0
build:
context: edgex-res/remote/sshd-remote
container_name: edgex-sshd-remote
hostname: edgex-sshd-remote
ports:
- "2223:22"
read_only: true
restart: always
security_opt:
- no-new-privileges:true
networks:
edgex-network:
aliases:
- edgex-core-consul
- edgex-redis
- edgex-security-spire-server
- edgex-security-spiffe-token-provider
- edgex-vault
- job-repository
- file-receiver-gateway
- task-launcher
- file-sender-gateway
tmpfs:
- /run
volumes:
- spire-remote-agent:/srv/spiffe/remote-agent:z
- /tmp/edgex/secrets/spiffe:/tmp/edgex/secrets/spiffe:z
remote-spire-agent:
build:
context: edgex-res/remote/remote-spire-agent
command: docker-entrypoint.sh
container_name: edgex-remote-spire-agent
depends_on:
- sshd-remote
hostname: edgex-security-spire-agent
image: nexus3.edgexfoundry.org:10004/security-spire-agent:2.3.0
networks:
edgex-network: { }
pid: host
privileged: true
read_only: true
restart: always
security_opt:
- no-new-privileges:true
tmpfs:
- /run
user: root:root
volumes:
- spire-remote-agent:/srv/spiffe/remote-agent:z
- /tmp/edgex/secrets/spiffe:/tmp/edgex/secrets/spiffe:z
- /var/run/docker.sock:/var/run/docker.sock:rw
volumes:
spire-remote-agent: {}