Move TT-RSS into ZFS pool
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user