1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-05-05 04:16:16 +02:00

Add mounting of sessions.jsonl in docker-compose.yml (#1221)

This commit is contained in:
SoonKhen OwYong 2025-02-22 08:36:04 -08:00 committed by GitHub
parent 92cd6abcf6
commit cc28d21a62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@ services:
- "127.0.0.1:8080:8080" # Replace with "8080:8080" if you don't use a reverse proxy
volumes:
- ./nitter.conf:/src/nitter.conf:Z,ro
- ./sessions.jsonl:/src/sessions.jsonl:Z,ro # Run get_sessions.py to get the credentials
depends_on:
- nitter-redis
restart: unless-stopped