mirror of
https://github.com/mroxso/timechain-nostr-bot.git
synced 2025-03-17 13:22:02 +01:00
add docker compose file (#9)
Co-authored-by: mroxso <mail@pascalrost.de>
This commit is contained in:
parent
c0bd6c210b
commit
8ed939a880
8
compose.yaml
Normal file
8
compose.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
version: '3'
|
||||
services:
|
||||
timechain:
|
||||
# image: ghcr.io/mroxso/timechain-nostr-bot:latest
|
||||
build: .
|
||||
environment:
|
||||
- "RELAYS=wss://relay.example.com"
|
||||
- "PRIVATE_KEY=YOUR_HEX_PRIVATE_KEY"
|
Loading…
x
Reference in New Issue
Block a user