backups: include .env
This commit is contained in:
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…
Reference in New Issue