Skip to content

Commit

Permalink
Merge pull request #3 from lapig-ufg/email
Browse files Browse the repository at this point in the history
minimal
  • Loading branch information
jairomr authored Oct 1, 2024
2 parents b1a10b7 + ee8030f commit 40eca15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 0 additions & 5 deletions workers/gee.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,4 @@ def pasute_vigor_reduce(img):
# Insere o documento na coleção
resultado = colecao.insert_one(result)






return result

0 comments on commit 40eca15

Please sign in to comment.