timechain-nostr-bot/compose.yaml
mroxso 3ad2d6629f
dev2main (#8)
* add docker compose

* application refactor

* add checking latest posted message before posting again the same block height

---------

Co-authored-by: mroxso <24775431+mroxso@users.noreply.github.com>
2025-01-09 11:37:24 +01:00

7 lines
172 B
YAML

services:
timechain-nostr-bot:
image: ghcr.io/mroxso/timechain-nostr-bot:latest
build: .
environment:
- PRIVATE_KEY=YOUR_PRIVATE_KEY
restart: always