2019-07-11 11:17:02 +03:00
|
|
|
---
|
2019-05-09 13:03:18 +03:00
|
|
|
version: '3'
|
2019-07-26 11:14:25 +03:00
|
|
|
networks:
|
|
|
|
ultimate:
|
|
|
|
external: true
|
2019-05-09 13:03:18 +03:00
|
|
|
services:
|
|
|
|
parity1:
|
2019-05-20 14:38:31 +03:00
|
|
|
build: ../parity
|
2019-05-09 13:03:18 +03:00
|
|
|
ports:
|
|
|
|
- "8541:8545"
|
2019-07-26 11:14:25 +03:00
|
|
|
networks:
|
|
|
|
- ultimate
|
2019-05-09 13:03:18 +03:00
|
|
|
parity2:
|
|
|
|
build:
|
2019-05-20 14:38:31 +03:00
|
|
|
context: ../parity
|
2019-05-09 13:03:18 +03:00
|
|
|
dockerfile: Dockerfile-foreign
|
|
|
|
ports:
|
|
|
|
- "8542:8545"
|
2019-07-26 11:14:25 +03:00
|
|
|
networks:
|
|
|
|
- ultimate
|
2019-05-09 13:03:18 +03:00
|
|
|
redis:
|
|
|
|
image: "redis:4"
|
2019-07-26 11:14:25 +03:00
|
|
|
networks:
|
|
|
|
- ultimate
|
2019-05-09 13:03:18 +03:00
|
|
|
rabbit:
|
|
|
|
image: "rabbitmq:3-management"
|
2019-07-26 11:14:25 +03:00
|
|
|
networks:
|
|
|
|
- ultimate
|
2019-05-31 17:24:45 +03:00
|
|
|
oracle:
|
2020-07-14 17:53:05 +03:00
|
|
|
image: ${DOCKER_LOGIN}/tokenbridge-e2e-oracle:${CIRCLE_BRANCH}
|
2019-05-23 12:39:51 +03:00
|
|
|
build:
|
|
|
|
context: ..
|
|
|
|
dockerfile: oracle/Dockerfile
|
2020-02-04 00:48:28 +03:00
|
|
|
env_file: ../e2e-commons/components-envs/oracle.env
|
2019-05-09 13:03:18 +03:00
|
|
|
environment:
|
|
|
|
- NODE_ENV=production
|
|
|
|
command: "true"
|
2019-07-26 11:14:25 +03:00
|
|
|
networks:
|
|
|
|
- ultimate
|
2019-05-31 17:24:45 +03:00
|
|
|
oracle-erc20:
|
2020-07-14 17:53:05 +03:00
|
|
|
image: ${DOCKER_LOGIN}/tokenbridge-e2e-oracle:${CIRCLE_BRANCH}
|
2019-05-23 12:39:51 +03:00
|
|
|
build:
|
|
|
|
context: ..
|
|
|
|
dockerfile: oracle/Dockerfile
|
2020-02-04 00:48:28 +03:00
|
|
|
env_file: ../e2e-commons/components-envs/oracle-erc20.env
|
2019-05-09 13:03:18 +03:00
|
|
|
environment:
|
|
|
|
- NODE_ENV=production
|
|
|
|
command: "true"
|
2019-07-26 11:14:25 +03:00
|
|
|
networks:
|
|
|
|
- ultimate
|
2019-05-31 17:24:45 +03:00
|
|
|
oracle-erc20-native:
|
2020-07-14 17:53:05 +03:00
|
|
|
image: ${DOCKER_LOGIN}/tokenbridge-e2e-oracle:${CIRCLE_BRANCH}
|
2019-05-23 12:39:51 +03:00
|
|
|
build:
|
|
|
|
context: ..
|
|
|
|
dockerfile: oracle/Dockerfile
|
2020-02-04 00:48:28 +03:00
|
|
|
env_file: ../e2e-commons/components-envs/oracle-erc20-native.env
|
2019-05-09 13:03:18 +03:00
|
|
|
environment:
|
|
|
|
- NODE_ENV=production
|
|
|
|
command: "true"
|
2019-07-26 11:14:25 +03:00
|
|
|
networks:
|
|
|
|
- ultimate
|
2019-10-21 15:57:28 +03:00
|
|
|
oracle-amb:
|
2020-07-14 17:53:05 +03:00
|
|
|
image: ${DOCKER_LOGIN}/tokenbridge-e2e-oracle:${CIRCLE_BRANCH}
|
2019-10-21 15:57:28 +03:00
|
|
|
build:
|
|
|
|
context: ..
|
|
|
|
dockerfile: oracle/Dockerfile
|
2020-02-04 00:48:28 +03:00
|
|
|
env_file: ../e2e-commons/components-envs/oracle-amb.env
|
2019-10-21 15:57:28 +03:00
|
|
|
environment:
|
|
|
|
- NODE_ENV=production
|
|
|
|
command: "true"
|
|
|
|
networks:
|
|
|
|
- ultimate
|
2019-05-09 13:03:18 +03:00
|
|
|
ui:
|
2020-07-14 17:53:05 +03:00
|
|
|
image: ${DOCKER_LOGIN}/tokenbridge-e2e-ui:${CIRCLE_BRANCH}
|
2019-05-22 17:25:32 +03:00
|
|
|
build:
|
|
|
|
context: ..
|
2019-06-14 16:50:22 +03:00
|
|
|
dockerfile: ui/Dockerfile
|
2019-09-13 10:11:38 +03:00
|
|
|
args:
|
|
|
|
DOT_ENV_PATH: e2e-commons/components-envs/ui.env
|
2019-05-09 13:03:18 +03:00
|
|
|
command: "true"
|
2019-07-26 11:14:25 +03:00
|
|
|
networks:
|
|
|
|
- ultimate
|
2019-05-09 13:03:18 +03:00
|
|
|
ui-erc20:
|
2019-05-22 17:25:32 +03:00
|
|
|
build:
|
|
|
|
context: ..
|
2020-07-14 17:53:05 +03:00
|
|
|
dockerfile: e2e-commons/Dockerfile.ui
|
2019-09-13 10:11:38 +03:00
|
|
|
args:
|
2020-07-14 17:53:05 +03:00
|
|
|
DOCKER_LOGIN: ${DOCKER_LOGIN}
|
|
|
|
CIRCLE_BRANCH: ${CIRCLE_BRANCH}
|
2019-09-13 10:11:38 +03:00
|
|
|
DOT_ENV_PATH: e2e-commons/components-envs/ui-erc20.env
|
2019-05-09 13:03:18 +03:00
|
|
|
command: "true"
|
2019-07-26 11:14:25 +03:00
|
|
|
networks:
|
|
|
|
- ultimate
|
2019-05-09 13:03:18 +03:00
|
|
|
ui-erc20-native:
|
2019-05-22 17:25:32 +03:00
|
|
|
build:
|
|
|
|
context: ..
|
2020-07-14 17:53:05 +03:00
|
|
|
dockerfile: e2e-commons/Dockerfile.ui
|
2019-09-13 10:11:38 +03:00
|
|
|
args:
|
2020-07-14 17:53:05 +03:00
|
|
|
DOCKER_LOGIN: ${DOCKER_LOGIN}
|
|
|
|
CIRCLE_BRANCH: ${CIRCLE_BRANCH}
|
2019-09-13 10:11:38 +03:00
|
|
|
DOT_ENV_PATH: e2e-commons/components-envs/ui-erc20-native.env
|
2019-05-09 13:03:18 +03:00
|
|
|
command: "true"
|
2019-07-26 11:14:25 +03:00
|
|
|
networks:
|
|
|
|
- ultimate
|
2020-06-01 20:58:03 +03:00
|
|
|
ui-amb-stake-erc20-erc20:
|
|
|
|
build:
|
|
|
|
context: ..
|
2020-07-14 17:53:05 +03:00
|
|
|
dockerfile: e2e-commons/Dockerfile.ui
|
2020-06-01 20:58:03 +03:00
|
|
|
args:
|
2020-07-14 17:53:05 +03:00
|
|
|
DOCKER_LOGIN: ${DOCKER_LOGIN}
|
|
|
|
CIRCLE_BRANCH: ${CIRCLE_BRANCH}
|
2020-06-01 20:58:03 +03:00
|
|
|
DOT_ENV_PATH: e2e-commons/components-envs/ui-amb-stake-erc20-erc20.env
|
|
|
|
command: "true"
|
|
|
|
networks:
|
|
|
|
- ultimate
|
2019-06-27 10:57:45 +03:00
|
|
|
monitor:
|
2020-07-14 17:53:05 +03:00
|
|
|
image: ${DOCKER_LOGIN}/tokenbridge-e2e-monitor:${CIRCLE_BRANCH}
|
2019-06-27 10:57:45 +03:00
|
|
|
build:
|
|
|
|
context: ..
|
|
|
|
dockerfile: monitor/Dockerfile
|
2020-02-21 16:56:55 +03:00
|
|
|
env_file: ../e2e-commons/components-envs/monitor.env
|
2019-08-27 17:26:49 +03:00
|
|
|
entrypoint: yarn check-and-start
|
2019-06-27 10:57:45 +03:00
|
|
|
ports:
|
2019-08-01 11:26:20 +03:00
|
|
|
- "3010:3010"
|
|
|
|
networks:
|
|
|
|
- ultimate
|
|
|
|
monitor-erc20:
|
2020-07-14 17:53:05 +03:00
|
|
|
image: ${DOCKER_LOGIN}/tokenbridge-e2e-monitor:${CIRCLE_BRANCH}
|
2019-08-01 11:26:20 +03:00
|
|
|
build:
|
|
|
|
context: ..
|
|
|
|
dockerfile: monitor/Dockerfile
|
2020-02-21 16:56:55 +03:00
|
|
|
env_file: ../e2e-commons/components-envs/monitor-erc20.env
|
2019-08-27 17:26:49 +03:00
|
|
|
entrypoint: yarn check-and-start
|
2019-08-01 11:26:20 +03:00
|
|
|
ports:
|
|
|
|
- "3011:3011"
|
|
|
|
networks:
|
|
|
|
- ultimate
|
|
|
|
monitor-erc20-native:
|
2020-07-14 17:53:05 +03:00
|
|
|
image: ${DOCKER_LOGIN}/tokenbridge-e2e-monitor:${CIRCLE_BRANCH}
|
2019-08-01 11:26:20 +03:00
|
|
|
build:
|
|
|
|
context: ..
|
|
|
|
dockerfile: monitor/Dockerfile
|
2020-02-21 16:56:55 +03:00
|
|
|
env_file: ../e2e-commons/components-envs/monitor-erc20-native.env
|
2019-08-27 17:26:49 +03:00
|
|
|
entrypoint: yarn check-and-start
|
2019-08-01 11:26:20 +03:00
|
|
|
ports:
|
|
|
|
- "3012:3012"
|
2019-07-26 11:14:25 +03:00
|
|
|
networks:
|
|
|
|
- ultimate
|
2019-11-13 09:51:11 +03:00
|
|
|
monitor-amb:
|
2020-07-14 17:53:05 +03:00
|
|
|
image: ${DOCKER_LOGIN}/tokenbridge-e2e-monitor:${CIRCLE_BRANCH}
|
2019-11-13 09:51:11 +03:00
|
|
|
build:
|
|
|
|
context: ..
|
|
|
|
dockerfile: monitor/Dockerfile
|
2020-02-21 16:56:55 +03:00
|
|
|
env_file: ../e2e-commons/components-envs/monitor-amb.env
|
2019-11-13 09:51:11 +03:00
|
|
|
entrypoint: yarn check-and-start
|
|
|
|
ports:
|
|
|
|
- "3013:3013"
|
|
|
|
networks:
|
|
|
|
- ultimate
|
2019-05-21 17:27:47 +03:00
|
|
|
e2e:
|
2020-07-14 17:53:05 +03:00
|
|
|
image: ${DOCKER_LOGIN}/tokenbridge-e2e-e2e:${CIRCLE_BRANCH}
|
2019-05-22 17:25:32 +03:00
|
|
|
build:
|
|
|
|
context: ..
|
|
|
|
dockerfile: Dockerfile.e2e
|
2019-05-21 17:27:47 +03:00
|
|
|
command: "true"
|
2019-07-26 11:14:25 +03:00
|
|
|
networks:
|
|
|
|
- ultimate
|
2020-02-11 20:50:34 +03:00
|
|
|
blocks:
|
2020-07-14 17:53:05 +03:00
|
|
|
image: ${DOCKER_LOGIN}/tokenbridge-e2e-e2e:${CIRCLE_BRANCH}
|
2020-02-11 20:50:34 +03:00
|
|
|
build:
|
|
|
|
context: ..
|
|
|
|
dockerfile: Dockerfile.e2e
|
|
|
|
entrypoint: node e2e-commons/scripts/blocks.js
|
|
|
|
networks:
|
|
|
|
- ultimate
|
2020-07-14 17:53:05 +03:00
|
|
|
molecule_runner:
|
|
|
|
image: ${DOCKER_LOGIN}/tokenbridge-e2e-molecule_runner:${CIRCLE_BRANCH}
|
|
|
|
build:
|
|
|
|
context: ..
|
|
|
|
dockerfile: deployment-e2e/Dockerfile
|
|
|
|
restart: 'no'
|
|
|
|
privileged: true
|
|
|
|
volumes:
|
|
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|
|
- ..:/mono
|