Remove hardcoded environment file path
This commit is contained in:
parent
c35c481a7d
commit
50885891f6
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
|
@ -16,8 +17,6 @@ services:
|
|||
context:
|
||||
./app
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- app:/var/www/html
|
||||
- ./config.d:/opt/tt-rss/config.d:ro
|
||||
|
@ -29,8 +28,6 @@ services:
|
|||
context:
|
||||
./app
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- backups:/backups
|
||||
- app:/var/www/html
|
||||
|
@ -43,8 +40,6 @@ services:
|
|||
context:
|
||||
./app
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- app:/var/www/html
|
||||
- ./config.d:/opt/tt-rss/config.d:ro
|
||||
|
|
Loading…
Reference in New Issue