
API Documentation: here
yarn installormconfig.json with the content found in ormconfig.json.example filebitscreen with password bitscreen & grant all privilegesyarn schema:syncexport JWT_SECRET=localDevyarn startyarn installormconfig.json with the content found in ormconfig.json.example filesudo -u PostgreSQL psqlcreate database bitscreen;bitscreen -> create user bitscreen with encrypted password 'bitscreen';grant all privileges on database bitscreen to bitscreen;yarn typeorm schema:sync\c bitscreen (or if you aren't already in postgres interface -> sudo -u postgres psql -d bitscreen)INSERT INTO provider(created, updated, id, "walletAddressHashed", country, "businessName", website, email, "contactPerson", address) VALUES('2021-07-16 10:23:54', '2021-07-16 10:24:54', '0', 'anonymous', 'anonymous', 'anonymous', 'anonymous', 'anonymous', 'anonymous', 'anonymous');yarn startyarn typeorm to see a complete list of available commands.
examples: schema:sync, schema:log, query [query]"type": "module" from package.json"module": "CommonJS" in tsconfig.jsonyarn seed:config and yarn seed:runyarn start uses nodemondocker-compose upbitscreen-api: part) or use the system postgres db instanceyarn start
but don't forget to run yarn schema:sync the first time and everytime there is a change to the schema under src/entityUsing docker-compose will start the postgres database and the bitscreen server
bashdocker-compose up
The above will use the bitscreen server (bitscreen-backend) latest docker image (murmurationlabs/bitscreen-backend).
You can build local image like this:
docker build -t murmurationlabs/bitscreen-backend:local .
Use a different tag if you don't want it to overwrite the latest tag
To connect directly to the db we just started
bashpsql -h localhost -p 5432 -d bitscreen -U bitscreen # then type the password bitscreen # now you should be in the plsql `bitscreen=#` prompt so you can issue commands
The main deployment is in EKS:
murmurationlabs/bitscreen-backend:latest hosted in docker hub
This docker image is updated in docker hub on every push to the master branch--experimental-modules --es-module-specifier-resolution=node --loader ts-node/esm to allow
running typeorm with the current version of typescript

探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务