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