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

10 lines
166 B
YAML
Raw Normal View History

2024-02-28 00:40:08 +01:00
version: "3"
name: pybitmessage
services:
bootstrap:
image: pybitmessage/bootstrap:latest
build: ..
env_file: .env
2024-02-28 00:40:08 +01:00
deploy:
replicas: $THREADS