Move TT-RSS into ZFS pool
This commit is contained in:
parent
35266e975d
commit
2866cd0602
2 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@ services:
|
|||
- PGID={{ docker_user.id }}
|
||||
- TZ=Europe/London
|
||||
volumes:
|
||||
- ./config.php:/config/config.php:ro
|
||||
- ./feed-icons:/config/feed-icons
|
||||
- /mnt/tank/app-data/tt-rss/config.php:/config/config.php:ro
|
||||
- /mnt/tank/app-data/tt-rss/feed-icons:/config/feed-icons
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
|
@ -24,7 +24,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
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
- name: Install tt-rss config
|
||||
template:
|
||||
src: files/tt-rss/config.php
|
||||
dest: /opt/tt-rss/config.php
|
||||
dest: /mnt/tank/app-data/tt-rss/config.php
|
||||
mode: "{{ docker_compose_file_mask }}"
|
||||
owner: "{{ docker_user.name }}"
|
||||
register: config_file
|
||||
|
|
Loading…
Reference in a new issue