-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
41 lines (41 loc) · 1.08 KB
/
docker-compose.yml
File metadata and controls
41 lines (41 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
services:
crossposter:
build: .
image: ghcr.io/linus2punkt0/bluesky-crossposter:latest
restart: always
environment:
BSKY_HANDLE:
BSKY_PASSWORD:
MASTODON_HANDLE:
MASTODON_INSTANCE:
MASTODON_TOKEN:
TWITTER_APP_KEY:
TWITTER_APP_SECRET:
TWITTER_ACCESS_TOKEN:
TWITTER_ACCESS_TOKEN_SECRET:
# See defaults in settings.py
INPUT_SOURCE:
TWITTER_CROSSPOSTING: ${TWITTER_CROSSPOSTING:-true}
MASTODON_CROSSPOSTING: ${MASTODON_CROSSPOSTING:-true}
BLUESKY_CROSSPOSTING: ${MASTODON_CROSSPOSTING:-false}
MASTODON_MENTIONS:
MENTIONS:
POST_DEFAULT:
LANG_TOGGLE:
QUOTE_POSTS:
RETWEETS:
MAX_RETRIES:
POST_TIME_LIMIT:
MAX_PER_HOUR:
OVERFLOW_POST:
CROSS_DELETE:
RATE_LIMIT_BUFFER:
LOG_LEVEL:
MASTODON_VISIBILITY:
ALLOW_REPLY:
PRIVACY:
# job interval, defaults to 1 hour(the max lag between bluesky and twitter/mastodon)
RUN_INTERVAL: ${RUN_INTERVAL:-3600}
volumes:
- ./dbhost:/db
- ./backup:/backup