Copy feed icons and DB to tank
This commit is contained in:
parent
a2fe3ca37a
commit
1413efdd19
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ services:
|
||||||
- TZ={{ TZ }}
|
- TZ={{ TZ }}
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ app_data_dir }}/tt-rss/config.php:/config/config.php:ro"
|
- "{{ app_data_dir }}/tt-rss/config.php:/config/config.php:ro"
|
||||||
- ./tt-rss/feed-icons:/config/feed-icons
|
- "{{ app_data_dir }}/tt-rss/feed-icons:/config/feed-icons"
|
||||||
- ./plugins:/config/plugins.local
|
- ./plugins:/config/plugins.local
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
|
@ -26,7 +26,7 @@ services:
|
||||||
image: postgres:12-alpine
|
image: postgres:12-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./postgres:/var/lib/postgresql/data
|
- /mnt/tank/dbs/postgres/tt-rss/:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD=tt-rss
|
- POSTGRES_PASSWORD=tt-rss
|
||||||
- POSTGRES_USER=tt-rss
|
- POSTGRES_USER=tt-rss
|
||||||
|
|
Loading…
Reference in a new issue