backups: include .env

This commit is contained in:
Andrew Dolgov 2021-02-05 18:08:00 +03:00
parent b601ee719c
commit 5b17a78afc
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ services:
context:
./app
restart: unless-stopped
env_file:
- .env
volumes:
- backups:/backups
- app:/var/www/html