1 Star 0 Fork 0

菩提/polkascan-os

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.kusama-quick.yml 583 Bytes
一键复制 编辑 原始数据 按行查看 历史
emielvanderhoek 提交于 2020-05-05 16:52 . Fix NGINX proxy rule
version: '3.2'
services:
explorer-gui:
image: polkascan/pre-explorer-gui:latest
build:
context: explorer-gui/.
args:
NETWORK_NAME: Kusama
NETWORK_ID: kusama
NETWORK_TYPE: pre
CHAIN_TYPE: relay
NETWORK_TOKEN_SYMBOL: KSM
NETWORK_TOKEN_DECIMALS: 12
NETWORK_COLOR_CODE: d32e79
NGINX_CONF: nginx/polkascan-gui.conf
API_URL: https://api-01.polkascan.io/kusama/api/v1
ports:
- '8080:80'
polkadot-ui:
image: polkasource/substrate-ui:polkadot-latest
ports:
- '8081:80'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/puti94/polkascan-os.git
git@gitee.com:puti94/polkascan-os.git
puti94
polkascan-os
polkascan-os
master

搜索帮助