removed env variable
This commit is contained in:
parent
6449ae63df
commit
322d50b578
1 changed files with 0 additions and 2 deletions
|
|
@ -7,8 +7,6 @@ services:
|
|||
volumes:
|
||||
- "./app:/app"
|
||||
- "./data:/data"
|
||||
environment:
|
||||
- DATA_FOLDER=/data
|
||||
command: ['python', 'main.py']
|
||||
env_file:
|
||||
- ./app/.env
|
||||
Loading…
Reference in a new issue