updated Dockerfile

This commit is contained in:
2025-04-25 15:22:20 +03:00
parent 9f0c42e57a
commit 7efd6f8941
2 changed files with 18 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/bash
export EMAIL_HOST="10.10.2.34"
export EMAIL_USERNAME="karatay@mehmetkaratay.com.tr"
export EMAIL_PASSWORD="system"
export EMAIL_PORT=587
export EMAIL_SEND=1
export DB_HOST="10.10.2.14"
export DB_USER="postgres"
export DB_PASSWORD="password"
export DB_PORT=5432
env >> /var/log/cron.log
/usr/local/bin/python /app.py