forked from tezedge/tezedge-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
24 lines (24 loc) · 913 Bytes
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
version: '3'
services:
tezedge-explorer:
image: simplestakingcom/tezedge-explorer:latest
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:80"
environment:
- SANDBOX=https://carthage.tezedge.com:3030
- DEBUGGER=http://master.dev.tezedge.com:17733
- API=[{"id":"rust","name":"rust.master.dev.tezedge","http":"http://master.dev.tezedge.com:18733","monitoring":"http://master.dev.tezedge.com:38733/resources/tezedge","ws":"ws://master.dev.tezedge.com:4927","p2p_port":"9732", "features":["MONITORING", "RESOURCES", "MEMPOOL_ACTION", "STORAGE_BLOCK", "NETWORK_ACTION", "LOGS_ACTION"]}]
hostname: tezedge-explorer
# network_mode: host
cypress:
image: "cypress/included:6.2.1"
depends_on:
- tezedge-explorer
environment:
- CYPRESS_baseUrl=http://docker.for.mac.localhost:8080
working_dir: /e2e
volumes:
- ./:/e2e