fix freshrss data location (#3)
This commit is contained in:
parent
7c220a5501
commit
f8bd422451
2 changed files with 3 additions and 5 deletions
2
max.yml
2
max.yml
|
@ -30,7 +30,7 @@
|
||||||
- {role: 'mastodon', tags: 'mastodon'}
|
- {role: 'mastodon', tags: 'mastodon'}
|
||||||
- {role: 'seafile', tags: 'seafile'}
|
- {role: 'seafile', tags: 'seafile'}
|
||||||
- {role: 'jitsi', tags: 'jitsi'}
|
- {role: 'jitsi', tags: 'jitsi'}
|
||||||
# - {role: 'freshrss', tags: 'freshrss'}
|
- {role: 'freshrss', tags: 'freshrss'}
|
||||||
- {role: 'static', tags: 'static'}
|
- {role: 'static', tags: 'static'}
|
||||||
- {role: 'inbucket', tags: 'inbucket'}
|
- {role: 'inbucket', tags: 'inbucket'}
|
||||||
- {role: 'prometheus', tags: 'prometheus'}
|
- {role: 'prometheus', tags: 'prometheus'}
|
||||||
|
|
|
@ -11,10 +11,8 @@ services:
|
||||||
options:
|
options:
|
||||||
max-size: 10m
|
max-size: 10m
|
||||||
volumes:
|
volumes:
|
||||||
# Recommended volume for FreshRSS persistent data such as configuration and SQLite databases
|
- {{ data_dir }}/data:/var/www/FreshRSS/data
|
||||||
- /data/freshrss/data:/var/www/FreshRSS/data
|
- {{ data_dir }}/extensions:/var/www/FreshRSS/extensions
|
||||||
# Optional volume for storing third-party extensions
|
|
||||||
- /data/freshrss/extensions:/var/www/FreshRSS/extensions
|
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Amsterdam
|
TZ: Europe/Amsterdam
|
||||||
CRON_MIN: '2,32'
|
CRON_MIN: '2,32'
|
||||||
|
|
Reference in a new issue