File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,10 @@ source-code: https://github.com/canonical/temporal-rocks
2222
2323docker :
2424 parameters : >-
25+ -d
2526 -p 7233:7233
2627 -e SQL_HOST=1.2.3.4
2728 -v /path/to/temporal/config.yaml:/etc/temporal/config/config.yaml
28- run_cmd : >-
29- -d
3029 run_conclusion : |
3130 Temporal server starts and listens on its configured ports.
3231
@@ -36,15 +35,12 @@ config:
3635 TEMPORAL_ROOT :
3736 type : env
3837 description : Root directory of Temporal execution environment.
39- default : .
4038 TEMPORAL_CONFIG_DIR :
4139 type : env
4240 description : Config directory path relative to the Temporal root.
43- default : config
4441 TEMPORAL_ENVIRONMENT :
4542 type : env
4643 description : Run time Temporal environment.
47- default : development
4844 TEMPORAL_AVAILABILITY_ZONE :
4945 type : env
5046 description : Temporal's availability zone.
You can’t perform that action at this time.
0 commit comments