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:
|
volumes:
|
||||||
- "./app:/app"
|
- "./app:/app"
|
||||||
- "./data:/data"
|
- "./data:/data"
|
||||||
environment:
|
|
||||||
- DATA_FOLDER=/data
|
|
||||||
command: ['python', 'main.py']
|
command: ['python', 'main.py']
|
||||||
env_file:
|
env_file:
|
||||||
- ./app/.env
|
- ./app/.env
|
||||||
Loading…
Reference in a new issue