diff options
author | Valery Piashchynski <[email protected]> | 2021-01-27 20:47:30 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-27 20:47:30 +0300 |
commit | ad1faf7d609d6dfc913fc77f2daee263abae3151 (patch) | |
tree | aae8e9c3726f5723ccbd22dffeab167688fec89d /tests | |
parent | e9d6ed13fef70486b4edf2b59fdb592046cd25bc (diff) |
Remove ubuntu stuff
Revert docker-compose
Diffstat (limited to 'tests')
-rw-r--r-- | tests/docker-compose.yaml | 34 |
1 files changed, 1 insertions, 33 deletions
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 |