backups: include .env

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

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

Loading…
Cancel
Save