mirror of
https://github.com/mroxso/timechain-nostr-bot.git
synced 2025-03-17 13:22:02 +01:00
* 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>
7 lines
172 B
YAML
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 |