summaryrefslogtreecommitdiff
path: root/tests/docker-compose-full.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-16 22:08:50 +0300
committerValery Piashchynski <[email protected]>2021-02-16 22:08:50 +0300
commit8aa3d83f8c9471519a02f7779219238340fb86f8 (patch)
tree1d74b888a3793e3b3ac699913da45a603afe1625 /tests/docker-compose-full.yaml
parentbb9dd8d3f46da089217e61efc3f058cfbba5ede3 (diff)
Add support for parsing env variables in the `.rr.yaml` config
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/docker-compose-full.yaml')
-rw-r--r--tests/docker-compose-full.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/docker-compose-full.yaml b/tests/docker-compose-full.yaml
index 1ccc34f6..889f7898 100644
--- a/tests/docker-compose-full.yaml
+++ b/tests/docker-compose-full.yaml
@@ -21,11 +21,8 @@ services:
- POSTGRES_USER=temporal
- POSTGRES_PWD=temporal
- POSTGRES_SEEDS=postgresql
- - DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
ports:
- 7233:7233
- volumes:
- - ./dynamicconfig:/etc/temporal/config/dynamicconfig
temporal-admin-tools:
container_name: temporal-admin-tools