payjoin-mailroom 0.1.1

Combined Payjoin Directory and OHTTP Relay
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
services:
  payjoin-mailroom:
    image: payjoin/payjoin-mailroom:latest
    command: ["--config", "/config/config.toml"]
    environment:
      RUST_LOG: "info"
    volumes:
      - ./config.toml:/config/config.toml:ro
      - ./data:/data
    ports:
      - "443:443"
    logging:
      driver: "json-file"
      options:
        max-size: "500m"
        max-file: "10"