mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-13 15:19:53 +02:00
backups: include .env
This commit is contained in:
parent
9fc0aaa2cd
commit
04bd938208
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ services:
|
||||||
backups:
|
backups:
|
||||||
image: cthulhoo/ttrss-fpm-pgsql-static
|
image: cthulhoo/ttrss-fpm-pgsql-static
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
- backups:/backups
|
- backups:/backups
|
||||||
- app:/var/www/html
|
- app:/var/www/html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue