Remove the NFS volume from TT-RSS

The volume doesn't work with this service.
The lock files don't get cleaned up proberly causing the service to consume a
lot of CPU and being unable to update the feeds.
This commit is contained in:
Andreas Zweili 2022-05-26 14:32:14 +02:00
parent bcad9ab600
commit 1cc4b44655
1 changed files with 1 additions and 8 deletions

View File

@ -17,7 +17,7 @@ services:
- TTRSS_DB_HOST=db
- "TTRSS_SELF_URL_PATH=https://${APP_DOMAIN}"
volumes:
- tt-rss:/config
- ./config:/config
depends_on:
- db
links:
@ -37,10 +37,3 @@ services:
- MYSQL_PASSWORD
- MYSQL_DATABASE
- MYSQL_USER
volumes:
tt-rss:
driver_opts:
type: "nfs"
o: "addr=10.7.89.108,nolock,hard,rw,vers=4.1"
device: ":/server_data/ttrss/config"