removed env variable

This commit is contained in:
as-helios 2024-08-22 02:42:57 +02:00
parent 6449ae63df
commit 322d50b578

View file

@ -7,8 +7,6 @@ services:
volumes:
- "./app:/app"
- "./data:/data"
environment:
- DATA_FOLDER=/data
command: ['python', 'main.py']
env_file:
- ./app/.env