Copy feed icons and DB to tank

This commit is contained in:
Jake Howard 2021-02-27 22:08:01 +00:00
parent a2fe3ca37a
commit 1413efdd19
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -9,7 +9,7 @@ services:
- TZ={{ TZ }}
volumes:
- "{{ 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
restart: unless-stopped
labels:
@ -26,7 +26,7 @@ services:
image: postgres:12-alpine
restart: unless-stopped
volumes:
- ./postgres:/var/lib/postgresql/data
- /mnt/tank/dbs/postgres/tt-rss/:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=tt-rss
- POSTGRES_USER=tt-rss