Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .env.backend.example
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,13 @@ BATCH_SIZE=10
MAX_CONCURRENT_REQUESTS=5
REQUEST_TIMEOUT=30
MAX_RETRIES=3

# raw_posts R2 (#258)
RAW_POSTS_R2_ACCOUNT_ID=
RAW_POSTS_R2_ACCESS_KEY_ID=
RAW_POSTS_R2_SECRET_ACCESS_KEY=
RAW_POSTS_R2_PUBLIC_URL=

# Instagram (#259, #495) — session dir mounted in docker-compose.prod.yml
INSTAGRAM_SESSION_USERNAME=
INSTAGRAM_SYNC_SINCE=
2 changes: 2 additions & 0 deletions packages/api-server/docker/stack/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ services:
- "50051"
env_file:
- ../../../../.env.backend.prod
volumes:
- /Users/decoded/.config/instaloader:/root/.config/instaloader:ro
environment:
LOG_FORMAT: json
REDIS_HOST: redis
Expand Down
Loading