diff --git a/docker-compose.yml b/docker-compose.yml index 2a14af1..2c5a7d4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,6 +41,10 @@ services: environment: - CELERY_BROKER_URL=redis://queejobs:6379/0 - CELERY_RESULT_BACKEND=redis://queejobs:6379/0 + - SERVER_EMAIL=${SERVER_EMAIL} + - EMAIL_PORT=${EMAIL_PORT} + - EMAIL_SENDER=${EMAIL_SENDER} + - EMAIL_PASSWORD={EMAIL_PASSWORD} depends_on: - queejobs networks: diff --git a/workers/gee.py b/workers/gee.py index 502be05..1767166 100644 --- a/workers/gee.py +++ b/workers/gee.py @@ -192,9 +192,4 @@ def pasute_vigor_reduce(img): # Insere o documento na coleção resultado = colecao.insert_one(result) - - - - - return result \ No newline at end of file