1
0
Fork 0

Added Nitter.

This commit is contained in:
Jonathan Chan 2021-03-24 05:21:39 +00:00
parent f6a3e65302
commit b40ce98c3b
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
!funkwhale/ !funkwhale/
!mediawiki/ !mediawiki/
!syncthing/ !syncthing/
!nitter/
!**/docker-compose.yml !**/docker-compose.yml
!**/Dockerfile !**/Dockerfile
!.gitignore !.gitignore

11
nitter/docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
version: "3"
services:
nitter:
image: zedeus/nitter
container_name: nitter
restart: always
ports:
- "8888:8080"
volumes:
- ./nitter.conf:/src/nitter.conf