forked from spryker-shop/b2b-demo-shop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy.dev.yml
245 lines (233 loc) · 6.54 KB
/
deploy.dev.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
version: "0.1"
namespace: spryker_b2b_dev
tag: 'dev'
environment: docker.dev
image:
tag: spryker/php:7.4-alpine3.12
php:
enabled-extensions:
- blackfire
environment:
#AOP
SPRYKER_AOP_INFRASTRUCTURE: '{
"SPRYKER_MESSAGE_BROKER_HTTP_SENDER_CONFIG": {},
"SPRYKER_MESSAGE_BROKER_SQS_RECEIVER_CONFIG": {}
}'
SPRYKER_AOP_APPLICATION: '{
"APP_DOMAINS": [],
"STORE_NAME_REFERENCE_MAP": {},
"APP_CATALOG_SCRIPT_URL": ""
}'
SPRYKER_AOP_AUTHENTICATION: '{
"AUTH0_CUSTOM_DOMAIN": "",
"AUTH0_CLIENT_ID": "",
"AUTH0_CLIENT_SECRET": ""
}'
composer:
mode: ''
autoload: ''
assets:
mode: development
regions:
EU:
services:
database:
database: eu-docker
username: spryker
password: secret
stores:
DE:
services:
broker:
namespace: de-docker
key_value_store:
namespace: 1
search:
namespace: de_search
AT:
services:
broker:
namespace: at-docker
key_value_store:
namespace: 2
search:
namespace: at_search
US:
services:
database:
database: us-docker
username: spryker
password: secret
stores:
US:
services:
broker:
namespace: us-docker
key_value_store:
namespace: 3
search:
namespace: us_search
groups:
EU:
region: EU
applications:
yves_eu:
application: yves
endpoints:
yves.de.spryker.local:
store: DE
services:
session:
namespace: 1
yves.at.spryker.local:
store: AT
services:
session:
namespace: 2
glue_eu:
application: glue
endpoints:
glue.de.spryker.local:
store: DE
glue.at.spryker.local:
store: AT
backoffice_eu:
application: backoffice
endpoints:
backoffice.de.spryker.local:
store: DE
services:
session:
namespace: 3
backoffice.at.spryker.local:
store: AT
services:
session:
namespace: 4
backend_gateway_eu:
application: backend-gateway
endpoints:
backend-gateway.de.spryker.local:
store: DE
primal: true
backend-gateway.at.spryker.local:
store: AT
primal: true
backend_api_eu:
application: zed
endpoints:
backend-api.de.spryker.local:
store: DE
entry-point: BackendApi
backend-api.at.spryker.local:
store: AT
entry-point: BackendApi
US:
region: US
applications:
yves_us:
application: yves
endpoints:
yves.us.spryker.local:
store: US
services:
session:
namespace: 5
glue_us:
application: glue
endpoints:
glue.us.spryker.local:
store: US
backoffice_us:
application: backoffice
endpoints:
zed.us.spryker.local:
store: US
services:
session:
namespace: 6
backend_gateway_us:
application: backend-gateway
endpoints:
backend-gateway.us.spryker.local:
store: US
backend_api_us:
application: zed
endpoints:
backend-api.us.spryker.local:
store: US
services:
database:
engine: mysql
version: mariadb-10.4
root:
username: "root"
password: "secret"
endpoints:
localhost:3306:
protocol: tcp
broker:
engine: rabbitmq
version: '3.9'
api:
username: "spryker"
password: "secret"
endpoints:
queue.spryker.local:
localhost:5672:
protocol: tcp
session:
engine: redis
key_value_store:
engine: redis
endpoints:
localhost:16379:
protocol: tcp
search:
engine: elastic
version: 7.6
endpoints:
localhost:9200:
protocol: tcp
scheduler:
engine: jenkins
version: '2.324'
csrf-protection-enabled: true
endpoints:
scheduler.spryker.local:
mail_catcher:
engine: mailhog
endpoints:
mail.spryker.local:
swagger:
engine: swagger-ui
endpoints:
swagger.spryker.local:
redis-gui:
engine: redis-commander
endpoints:
redis-commander.spryker.local:
dashboard:
engine: dashboard
endpoints:
spryker.local:
docker:
ssl:
enabled: false
redirect: true
testing:
store: DE
debug:
enabled: true
xdebug:
enabled: true
mount:
native:
platforms:
- linux
docker-sync:
platforms:
- windows
mutagen:
platforms:
- macos