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