mirror of
https://github.com/bradganley/bsky-user-activity-bot.git
synced 2025-04-12 12:07:19 +00:00
Some checks failed
Create and publish the bot container / build-and-push-image (push) Has been cancelled
18 lines
453 B
YAML
Executable File
18 lines
453 B
YAML
Executable File
version: "3.8"
|
|
services:
|
|
bskybot:
|
|
build: .
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|
|
environment:
|
|
- NAME=Aaron
|
|
- USER_DID=did:plc:ksjfbda7262bbqmuoly54lww
|
|
#- 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
|