summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-28 02:31:01 +0300
committerGitHub <[email protected]>2021-01-28 02:31:01 +0300
commit408e5c38571e9426dd31c75deddfa6407276a9c5 (patch)
treeaae8e9c3726f5723ccbd22dffeab167688fec89d
parente9d6ed13fef70486b4edf2b59fdb592046cd25bc (diff)
parent497e30ae67c84dca28e027ed90ecd3401cca3634 (diff)
Merge pull request #508 from spiral/refactor/roadrunner-corev2.0.0-beta19
fix(tests): Remove the rest of the temporal
-rw-r--r--dput.cf5
-rw-r--r--tests/docker-compose.yaml34
2 files changed, 1 insertions, 38 deletions
diff --git a/dput.cf b/dput.cf
deleted file mode 100644
index d784a825..00000000
--- a/dput.cf
+++ /dev/null
@@ -1,5 +0,0 @@
-[roadrunner]
-fqdn = ppa.launchpad.net
-method = ftp
-incoming = 48d90782/ubuntu/roadrunner
-login = anonymous
diff --git a/tests/docker-compose.yaml b/tests/docker-compose.yaml
index fa1070e1..fd1a48bf 100644
--- a/tests/docker-compose.yaml
+++ b/tests/docker-compose.yaml
@@ -4,36 +4,4 @@ services:
memcached:
image: memcached:latest
ports:
- - "0.0.0.0:11211:11211"
- cassandra:
- image: cassandra:3.11
- ports:
- - "9042:9042"
- temporal:
- image: temporalio/auto-setup:${SERVER_TAG:-1.1.0}
- ports:
- - "7233:7233"
- volumes:
- - ${DYNAMIC_CONFIG_DIR:-../config/dynamicconfig}:/etc/temporal/config/dynamicconfig
- environment:
- - "CASSANDRA_SEEDS=cassandra"
- - "DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml"
- depends_on:
- - cassandra
- temporal-admin-tools:
- image: temporalio/admin-tools:${SERVER_TAG:-1.1.0}
- stdin_open: true
- tty: true
- environment:
- - "TEMPORAL_CLI_ADDRESS=temporal:7233"
- depends_on:
- - temporal
- temporal-web:
- image: temporalio/web:${WEB_TAG:-1.5.0}
- environment:
- - "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
- - "TEMPORAL_PERMIT_WRITE_API=true"
- ports:
- - "8088:8088"
- depends_on:
- - temporal \ No newline at end of file
+ - "0.0.0.0:11211:11211" \ No newline at end of file