Add guest accounts to docker container

This commit is contained in:
Matěj Divecký 2023-08-20 17:29:17 +02:00
parent 740be2c7e5
commit f2ded06a53

View file

@ -4,12 +4,13 @@ services:
nitter:
image: git.nolog.cz/nolog.cz/nitter:latest
#build: .
build: .
container_name: nitter
ports:
- "8080:8080" # Replace with "8080:8080" if you don't use a reverse proxy
volumes:
- ./nitter.conf:/src/nitter.conf:Z,ro
- ./guest_accounts.json:/src/guest_accounts.json:Z,ro
depends_on:
- nitter-redis
restart: unless-stopped