add comments

Signed-off-by: d0zingcat <leewtang@gmail.com>
This commit is contained in:
d0zingcat
2024-02-23 11:34:18 +08:00
parent dd6ee3441a
commit a8b7880cdb

View File

@@ -12,8 +12,9 @@ services:
TWITTER_APP_SECRET:
TWITTER_ACCESS_TOKEN:
TWITTER_ACCESS_TOKEN_SECRET:
TWITTER_CROSSPOSTING:
MASTODON_CROSSPOSTING:
# defaults to true, change to false if you don't want to enable it
TWITTER_CROSSPOSTING: true
MASTODON_CROSSPOSTING: true
LOG_LEVEL:
MASTODON_VISIBILITY:
MENTIONS:
@@ -25,5 +26,8 @@ services:
POST_TIME_LIMIT:
MAX_PER_HOUR:
OVERFLOW_POST:
# job interval, defaults to 1 hour(the max lag between bluesky and twitter/mastodon)
RUN_INTERVAL: 3600
volumes:
- ./dbhost:/db
- ./backup:/backup