mirror of
https://github.com/bradganley/bsky-user-activity-bot.git
synced 2025-02-14 12:06:27 +00:00
Some checks failed
Create and publish the bot container / build-and-push-image (push) Has been cancelled
22 lines
540 B
YAML
Executable File
22 lines
540 B
YAML
Executable File
version: "3.8"
|
|
services:
|
|
bskybot:
|
|
build: .
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|
|
environment:
|
|
#- NAME=TEST
|
|
#- USER_DID=did:plc:example
|
|
#- POST_EVENT=true
|
|
#- LIKE_EVENT=true
|
|
#- BLOCK_EVENT=true
|
|
#- REPOST_EVENT=true
|
|
#- TRACKER_BSKY_HANDLE=
|
|
#- TRACKER_BSKY_PASSWORD=
|
|
#- DEBUG_LOG_ACTIVE=true
|
|
#- DEBUG_LOG_LEVEL=info
|
|
#- JETSTREAM_URL='wss://jestream1.us-west.bsky.network/subscribe'
|
|
#- SESSION_DATA_PATH='/sessionData'
|
|
networks_mode: bridge
|