forked from reactioncommerce/reaction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
propel.yaml
33 lines (33 loc) · 830 Bytes
/
propel.yaml
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
services:
- name: reaction-core
root_domain: staging.reactioncommerce.com
dns_name: reaction-core
desired_task_count: 2
min_task_count: 0
max_task_count: 2
min_healthy_percent: 100
max_percent: 200
alb_listener_port: 80
alb_listener_path: /
alb_health_check_path: /health
task-definition:
name: staging-core
containers:
- name: core
cpu: 500
memory: 1800
port_mappings:
- container_port: 3000
host_port: 3000
image: reactioncommerce/reaction
image_tag: release-2.0.0-rc.7
env_params:
- name: REACTION_AUTH
- name: REACTION_EMAIL
- name: REACTION_USER
- name: MONGO_URL
- name: ROOT_URL
- name: HYDRA_ADMIN_URL
- name: HYDRA_OAUTH2_INTROSPECT_URL
- name: SKIP_FIXTURES
- name: CERTIFICATE_ARN