From 9ea115a58e692c10b933c376489ca4d9282ee86f Mon Sep 17 00:00:00 2001 From: Curtis Faith Date: Thu, 7 Dec 2017 20:55:16 -0500 Subject: [PATCH] moved docker-compose --- docker-compose.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index f021dec..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,27 +0,0 @@ - -version: "3" - -services: - - test: - build: agent - environment: - - SN_AGENT_ID=b545478a-971a-48ec-bc56-4b9b7176799c - - SN_NETWORK_WEB_PORT=9070 - - SN_SERVICE_ADAPTER_CONFIG_FILE=test_config.yml - - PYTHONPATH=/code - - SN_DS_TEST_OUTPUT_DIRECTORY=/data - ports: - - "9070:9070" - volumes: - - ./data/agent/test:/data - links: - - testrpc - - testrpc: - build: docker/testrpc - ports: - - "8545:8545" - - "8546:8546" - - "30303:30303" - command: ganache-cli