Update Nitter config
This commit is contained in:
parent
85863f000a
commit
b37eae46b9
2 changed files with 14 additions and 18 deletions
|
@ -5,7 +5,7 @@
|
||||||
"id": "nitter",
|
"id": "nitter",
|
||||||
"description": "A free and open source alternative Twitter front-end focused on privacy and performance.",
|
"description": "A free and open source alternative Twitter front-end focused on privacy and performance.",
|
||||||
"short_desc": "Twitter without annoyances!",
|
"short_desc": "Twitter without annoyances!",
|
||||||
"author": "Stetsed",
|
"author": "zedeus",
|
||||||
"source": "https://github.com/zedeus/nitter",
|
"source": "https://github.com/zedeus/nitter",
|
||||||
"image": "https://raw.githubusercontent.com/zedeus/nitter/master/public/favicon.ico",
|
"image": "https://raw.githubusercontent.com/zedeus/nitter/master/public/favicon.ico",
|
||||||
"form_fields": {}
|
"form_fields": {}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
version: "3"
|
version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
nitter:
|
nitter:
|
||||||
image: zedeus/nitter:latest
|
image: zedeus/nitter:latest
|
||||||
container_name: nitter
|
container_name: nitter
|
||||||
|
@ -21,8 +20,5 @@ services:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
command: redis-server --save 60 1 --loglevel warning
|
command: redis-server --save 60 1 --loglevel warning
|
||||||
volumes:
|
volumes:
|
||||||
- nitter-redis:/data
|
- "${APP_DATA_DIR}/data/redis:/data"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
|
||||||
nitter-redis:
|
|
Loading…
Add table
Reference in a new issue