add .env file in project and add use

This commit is contained in:
2024-06-09 20:21:39 +07:00
parent 73d08df9a4
commit 31ead00d17
6 changed files with 80 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@ services:
- poetry run python /aero/main.py
environment:
- TZ=Asia/Krasnoyarsk
- ENV=production
mongodb:
image: mongo
restart: always