forked from spryker-shop/b2c-demo-shop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy.ci.acceptance.yml
180 lines (168 loc) · 5.24 KB
/
deploy.ci.acceptance.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
version: "0.1"
namespace: spryker_ci
tag: '1.0'
environment: docker.ci
pipeline: docker.ci.acceptance
image:
tag: spryker/php:8.2
environment:
SPRYKER_PRODUCT_CONFIGURATOR_HOST: date-time-configurator-example.spryker.local
SPRYKER_PRODUCT_CONFIGURATOR_PORT: 80
SPRYKER_YVES_HOST_DE: yves.de.spryker.local
SPRYKER_YVES_HOST_AT: yves.at.spryker.local
SPRYKER_PUSH_NOTIFICATION_WEB_PUSH_PHP_VAPID_PUBLIC_KEY: 'BGqNWbv0hWM5CQ1-KwAfSQBMC6TMVFyrnh3vQp37oGCNvQ6eG_HyMjxBFJRWeCPTbzDoxcjhxLJS8Ck8r1G2oFw'
SPRYKER_PUSH_NOTIFICATION_WEB_PUSH_PHP_VAPID_PRIVATE_KEY: 'UK6DywwjKITPpRHBSY9TLPIXm6BPrHX40sseIoXT9c8'
SPRYKER_PUSH_NOTIFICATION_WEB_PUSH_PHP_VAPID_SUBJECT: 'https://spryker.com'
node:
version: 18
npm: 9
composer:
mode: --no-dev
autoload: --classmap-authoritative
regions:
EU:
services:
mail:
sender:
name: Spryker No-Reply
email: [email protected]
database:
database: eu-docker
username: spryker
password: secret
stores:
DE:
services:
broker:
namespace: de-docker
key_value_store:
namespace: 1
search:
namespace: de_search
session:
namespace: 1
AT:
services:
broker:
namespace: at-docker
key_value_store:
namespace: 2
search:
namespace: at_search
session:
namespace: 1
groups:
EU:
region: EU
applications:
yves_eu:
application: yves
endpoints:
date-time-configurator-example.spryker.local:
entry-point: Configurator
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
glue_storefront_eu:
application: glue-storefront
endpoints:
glue-storefront.de.spryker.local:
store: DE
glue-storefront.at.spryker.local:
store: AT
glue_backend_eu:
application: glue-backend
endpoints:
glue-backend.de.spryker.local:
store: DE
glue-backend.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
services:
database:
engine: postgres
root:
username: "root"
password: "secret"
endpoints:
localhost:5432:
protocol: tcp
broker:
engine: rabbitmq
version: '3.9'
api:
username: "spryker"
password: "secret"
session:
engine: redis
key_value_store:
engine: redis
search:
engine: elastic
version: '7.10'
scheduler:
engine: jenkins
version: '2.442'
csrf-protection-enabled: true
mail_catcher:
engine: mailhog
webdriver:
engine: chromedriver
docker:
ssl:
enabled: false
debug:
enabled: false
xdebug:
enabled: false
testing:
store: DE
mount:
baked:
compose:
yamls:
- .robot/docker-compose.robot.yml