-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathdeploy.spryker-b2c-intts.yml
143 lines (130 loc) · 3.95 KB
/
deploy.spryker-b2c-intts.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
version: "0.1"
namespace: spryker-cloud
tag: '1.0'
environment: docker.production
image:
tag: spryker/php:8.2
environment:
SPRYKER_DEFAULT_STORE: "US"
SPRYKER_ACTIVE_STORES: "US"
SPRYKER_HOOK_BEFORE_DEPLOY: "vendor/bin/install -r US/pre-deploy.dynamic-store-off -vvv "
SPRYKER_HOOK_AFTER_DEPLOY: "true"
SPRYKER_HOOK_INSTALL: "vendor/bin/install -r US/production.dynamic-store-off --no-ansi -vvv"
SPRYKER_HOOK_DESTRUCTIVE_INSTALL: "vendor/bin/install -r US/destructive.dynamic-store-off --no-ansi -vvv"
SPRYKER_YVES_HOST_US: www.us.b2c.internal-testing.demo-spryker.com
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
assets:
image: spryker/nginx-brotli:latest
mode: production
compression:
brotli:
static: on
level: 5
regions:
US:
services:
database:
database: spryker_b2c_intts #Example: environment_staging
username: spryker
password: secret
stores:
US:
services:
broker:
namespace: us_queue
key_value_store:
namespace: 1
search:
namespace: us_search
session:
namespace: 2
groups:
US:
region: US
applications:
Yves:
application: yves
endpoints:
www.us.b2c.internal-testing.demo-spryker.com:
store: US
boffice:
application: backoffice
endpoints:
backoffice.us.b2c.internal-testing.demo-spryker.com:
store: US
backgw:
application: backend-gateway
endpoints:
backend-gateway.us.b2c.internal-testing.demo-spryker.com:
store: US
backapi:
application: zed
endpoints:
backend-api.us.b2c.internal-testing.demo-spryker.com:
store: US
entry-point: BackendApi
Glue:
application: glue
endpoints:
glue.us.b2c.internal-testing.demo-spryker.com:
store: US
services:
database:
engine: mysql
version: mariadb-10.4
root:
username: "root"
password: "secret"
endpoints:
localhost:3306:
protocol: tcp
broker:
engine: rabbitmq
api:
username: "spryker"
password: "secret"
endpoints:
queue.us.b2c.internal-testing.demo-spryker.com:
localhost:5672:
protocol: tcp
session:
engine: redis
key_value_store:
engine: redis
endpoints:
localhost:16379:
protocol: tcp
search:
engine: elastic
version: '7.10'
endpoints:
localhost:9200:
protocol: tcp
scheduler:
engine: jenkins
endpoints:
scheduler.us.b2c.internal-testing.demo-spryker.com:
mail_catcher:
engine: mailhog
endpoints:
mail.internal-testing.demo-spryker.com:
docker:
ssl:
enabled: true
redirect: true
debug:
enabled: false
xdebug:
enabled: false
testing:
store: DE
mount:
baked: