"docs/api-rnis/Models/S1BearerInfo.md" did not exist on "732112a99755810ba6a6c38802f858210020e7a5"
Newer
Older
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
version: '3.7'
services:
redis:
image: "redis:alpine"
command: redis-server
ports:
- "6379:6379"
volumes:
- $PWD/redis-data:/var/lib/redis
- $PWD/redis.conf:/usr/local/etc/redis/redis.conf
environment:
- REDIS_REPLICATION_MODE=master
access-control-policy:
build: TS29222_CAPIF_Access_Control_Policy_API
expose:
- "8080"
volumes:
- ./TS29222_CAPIF_Access_Control_Policy_API:/usr/src/app
extra_hosts:
- host.docker.internal:host-gateway
- fluent-bit:host-gateway
- otel-collector:host-gateway
environment:
- CONTAINER_NAME=access-control-policy
- MONITORING=${MONITORING}
restart: unless-stopped
image: public.ecr.aws/o2v4a8t6/opencapif/access-control-policy:3.1.3
depends_on:
- redis
- nginx
api-invoker-management:
build:
context: ./TS29222_CAPIF_API_Invoker_Management_API
expose:
- "8080"
volumes:
- ./TS29222_CAPIF_API_Invoker_Management_API:/usr/src/app
extra_hosts:
- host.docker.internal:host-gateway
- fluent-bit:host-gateway
- otel-collector:host-gateway
- vault:host-gateway
environment:
- CONTAINER_NAME=api-invoker-management
- MONITORING=${MONITORING}
- VAULT_HOSTNAME=vault
- VAULT_ACCESS_TOKEN=dev-only-token
- VAULT_PORT=8200
restart: unless-stopped
image: public.ecr.aws/o2v4a8t6/opencapif/api-invoker-management-api:3.1.3
depends_on:
- redis
- nginx
api-provider-management:
build: TS29222_CAPIF_API_Provider_Management_API/.
expose:
- "8080"
volumes:
- ./TS29222_CAPIF_API_Provider_Management_API:/usr/src/app
extra_hosts:
- host.docker.internal:host-gateway
- fluent-bit:host-gateway
- otel-collector:host-gateway
- vault:host-gateway
image: public.ecr.aws/o2v4a8t6/opencapif/api-provider-management-api:3.1.3
environment:
- CONTAINER_NAME=api-provider-management
- MONITORING=${MONITORING}
- VAULT_HOSTNAME=vault
- VAULT_ACCESS_TOKEN=dev-only-token
- VAULT_PORT=8200
depends_on:
- redis
- nginx
logs:
build:
context: ./TS29222_CAPIF_Auditing_API
expose:
- "8080"
volumes:
- ./TS29222_CAPIF_Auditing_API:/usr/src/app
extra_hosts:
- host.docker.internal:host-gateway
- fluent-bit:host-gateway
- otel-collector:host-gateway
restart: unless-stopped
image: public.ecr.aws/o2v4a8t6/opencapif/auditing-api:3.1.3
environment:
- CONTAINER_NAME=api-auditing
- MONITORING=${MONITORING}
depends_on:
- mongo
service-apis:
build:
context: ./TS29222_CAPIF_Discover_Service_API
expose:
- "8080"
volumes:
- ./TS29222_CAPIF_Discover_Service_API:/usr/src/app
restart: unless-stopped
extra_hosts:
- host.docker.internal:host-gateway
- fluent-bit:host-gateway
- otel-collector:host-gateway
image: public.ecr.aws/o2v4a8t6/opencapif/discover-service-api:3.1.3
environment:
- CONTAINER_NAME=services-apis
- MONITORING=${MONITORING}
depends_on:
- mongo
capif-events:
build: TS29222_CAPIF_Events_API/.
expose:
- "8080"
volumes:
- ./TS29222_CAPIF_Events_API:/usr/src/app
image: public.ecr.aws/o2v4a8t6/opencapif/events-api:3.1.3
environment:
- CONTAINER_NAME=api-events
- MONITORING=${MONITORING}
extra_hosts:
- host.docker.internal:host-gateway
- fluent-bit:host-gateway
- otel-collector:host-gateway
depends_on:
- redis
- mongo
api-invocation-logs:
build:
context: ./TS29222_CAPIF_Logging_API_Invocation_API
expose:
- "8080"
volumes:
- ./TS29222_CAPIF_Logging_API_Invocation_API:/usr/src/app
restart: unless-stopped
image: public.ecr.aws/o2v4a8t6/opencapif/api-invocation-logs-api:3.1.3
extra_hosts:
- host.docker.internal:host-gateway
- fluent-bit:host-gateway
- otel-collector:host-gateway
environment:
- CAPIF_HOSTNAME=${CAPIF_HOSTNAME}
- CONTAINER_NAME=api-invocation-logs
- MONITORING=${MONITORING}
depends_on:
- mongo
published-apis:
build: TS29222_CAPIF_Publish_Service_API/.
expose:
- "8080"
volumes:
- ./TS29222_CAPIF_Publish_Service_API:/usr/src/app
restart: unless-stopped
image: public.ecr.aws/o2v4a8t6/opencapif/publish-service-api:3.1.3
extra_hosts:
- host.docker.internal:host-gateway
- fluent-bit:host-gateway
- otel-collector:host-gateway
environment:
- CONTAINER_NAME=api-publish-apis
- MONITORING=${MONITORING}
depends_on:
- redis
- mongo
capif-routing-info:
build: TS29222_CAPIF_Routing_Info_API/.
expose:
- "8080"
image: public.ecr.aws/o2v4a8t6/opencapif/routing-info-api:3.1.3
capif-security:
build: TS29222_CAPIF_Security_API/.
expose:
- "8080"
volumes:
- ./TS29222_CAPIF_Security_API:/usr/src/app
restart: unless-stopped
image: public.ecr.aws/o2v4a8t6/opencapif/security-api:3.1.3
environment:
- CAPIF_HOSTNAME=${CAPIF_HOSTNAME}
- CONTAINER_NAME=api-security
- MONITORING=${MONITORING}
- VAULT_HOSTNAME=vault
- VAULT_ACCESS_TOKEN=dev-only-token
- VAULT_PORT=8200
extra_hosts:
- host.docker.internal:host-gateway
- fluent-bit:host-gateway
- otel-collector:host-gateway
- vault:host-gateway
depends_on:
- redis
- nginx
mongo:
image: mongo:6.0.2
logging:
driver: 'none'
restart: unless-stopped
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example
mongo-express:
image: mongo-express:1.0.0-alpha.4
logging:
driver: 'none'
restart: unless-stopped
ports:
- 8082:8081
environment:
ME_CONFIG_MONGODB_ENABLE_ADMIN: true
ME_CONFIG_BASICAUTH_USERNAME: admin
ME_CONFIG_BASICAUTH_PASSWORD: admin
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
ME_CONFIG_MONGODB_ADMINUSERNAME: root
ME_CONFIG_MONGODB_ADMINPASSWORD: example
ME_CONFIG_MONGODB_URL: mongodb://root:example@mongo:27017/
depends_on:
- mongo
nginx:
build:
context: ./nginx
ports:
- "8080:8080"
- "443:443"
image: public.ecr.aws/o2v4a8t6/opencapif/nginx:3.1.3
environment:
- CAPIF_HOSTNAME=${CAPIF_HOSTNAME}
- VAULT_HOSTNAME=vault
- VAULT_ACCESS_TOKEN=dev-only-token
- VAULT_PORT=8200
hostname: ${CAPIF_HOSTNAME}
volumes:
- ./nginx/certs:/etc/nginx/certs
extra_hosts:
- host.docker.internal:host-gateway
- vault:host-gateway
restart: unless-stopped
depends_on:
- redis
- service-apis
- api-invocation-logs
- published-apis
- capif-events
- logs
networks:
default:
name: capif-network
external: true