backups: include .env

legacy-php5
Andrew Dolgov 3 years ago
parent b601ee719c
commit 5b17a78afc

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

Loading…
Cancel
Save