add nitter compose for guest accs

This commit is contained in:
Arya 2023-09-03 20:49:17 +05:30
parent f132c69b18
commit 8ab28a741e
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 3 additions and 1 deletions

View File

@ -3,11 +3,13 @@ version: "3"
services:
nitter:
image: zedeus/nitter:latest
image: codeberg.org/aryak/nitter-image:latest
ports:
- "8387:8080"
volumes:
- ./extras.conf:/src/nitter.conf:ro
# Guest accounts is stored on local system and IS NOT MEANT TO BE SHARED
- ./guest_accounts.json:/src/guest_accounts.json:ro
depends_on:
- nitter-redis
restart: unless-stopped