This repository has been archived on 2024-12-09. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-09/docker-compose/docker-compose.yml

11 lines
182 B
YAML

version: "3"
name: pybitmessage
services:
bootstrap:
image: pybitmessage/bootstrap:latest
build: ..
ports:
- 127.0.0.1::8444
deploy:
replicas: $THREADS