backups: include .env

This commit is contained in:
Andrew Dolgov 2021-02-05 18:08:00 +03:00
parent 9fc0aaa2cd
commit 04bd938208

View File

@ -25,6 +25,8 @@ services:
backups:
image: cthulhoo/ttrss-fpm-pgsql-static
restart: unless-stopped
env_file:
- .env
volumes:
- backups:/backups
- app:/var/www/html