We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8aea8c commit 1eca877Copy full SHA for 1eca877
defaults/cypress.cfg
@@ -0,0 +1,15 @@
1
+--current-hospitalized 69
2
+--date-first-hospitalized 2020-03-07
3
+--doubling-time 4.0
4
+--hospitalized-days 7
5
+--hospitalized-rate 0.025
6
+--icu-days 9
7
+--icu-rate 0.0075
8
+--infectious-days 14
9
+--market-share 0.15
10
+--n-days 100
11
+--population 3600000
12
+--recovered 0
13
+--relative-contact-rate 0.3
14
+--ventilated-days 10
15
+--ventilated-rate 0.005
docker-compose.test.yml
@@ -0,0 +1,10 @@
+version: '3.1'
+
+services:
+ app:
+ build: .
+ restart: always
+ environment:
+ PARAMETERS: ./defaults/cypress.cfg
+ ports:
+ - "${PORT}:8000"
0 commit comments