yml updated

This commit is contained in:
berkay 2025-03-25 10:59:47 +03:00
parent ba8cce073e
commit 7e41e09289
3 changed files with 63 additions and 70 deletions

View File

@ -16,3 +16,19 @@ class EmailConfig:
username=EmailConfig.EMAIL_USERNAME, username=EmailConfig.EMAIL_USERNAME,
password=EmailConfig.EMAIL_PASSWORD, password=EmailConfig.EMAIL_PASSWORD,
) )
class Config:
SERVICE_TIMING: int = 900 # 15 min
MAILBOX: str = "bilgilendirme@ileti.isbank.com.tr"
MAIN_MAIL: str = "karatay.berkay@gmail.com"
INFO_MAIL = "mehmet.karatay@hotmail.com"
EMAIL_HOST: str = "10.10.2.34"
# EMAIL_USERNAME: str = "karatay@mehmetkaratay.com.tr"
EMAIL_USERNAME: str = "isbank@mehmetkaratay.com.tr"
EMAIL_PORT: int = 993
EMAIL_PASSWORD: str = "system"
EMAIL_SLEEP: int = 60
AUTHORIZE_IBAN: str = "4245-0093333"

View File

@ -1,23 +0,0 @@
class Config:
# IP_ADDRESS: str = "http://10.10.2.46:41575/internal/isbank/retreive"
SERVICE_TIMING: int = 900 # 15 min
# CONTAINERS_PATH: str = "/service_app_banks"
# UNREAD_PATH: str = f"{CONTAINERS_PATH}/isbank/unread/"
# PARSED_PATH: str = f"{CONTAINERS_PATH}/isbank/parsed/parsed_data.json"
# ARCHIVE_PATH: str = f"{CONTAINERS_PATH}/isbank/archive/"
# INCOMING_PATH: str = f"{CONTAINERS_PATH}/isbank/unread"
# COMPLETED_PATH: str = f"{CONTAINERS_PATH}/isbank/completed"
MAILBOX: str = "bilgilendirme@ileti.isbank.com.tr"
MAIN_MAIL: str = "karatay.berkay@gmail.com"
INFO_MAIL = "mehmet.karatay@hotmail.com"
EMAIL_HOST: str = "10.10.2.34"
# EMAIL_USERNAME: str = "karatay@mehmetkaratay.com.tr"
EMAIL_USERNAME: str = "isbank@mehmetkaratay.com.tr"
EMAIL_PORT: int = 993
EMAIL_PASSWORD: str = "system"
EMAIL_SLEEP: int = 60
AUTHORIZE_IBAN: str = "4245-0093333"

View File

@ -51,45 +51,45 @@ services:
# volumes: # volumes:
# - wag_postgres_commercial_data:/bitnami/postgresql # - wag_postgres_commercial_data:/bitnami/postgresql
# email_service: email_service:
# container_name: email_service container_name: email_service
# build: build:
# context: . context: .
# dockerfile: BankServices/EmailService/Dockerfile dockerfile: BankServices/EmailService/Dockerfile
# networks: networks:
# - network_store_services - network_store_services
#
# parser_service:
# container_name: parser_service
# build:
# context: .
# dockerfile: BankServices/ParserService/Dockerfile
# networks:
# - network_store_services
#
# writer_service:
# container_name: writer_service
# build:
# context: .
# dockerfile: BankServices/WriterService/Dockerfile
# networks:
# - network_store_services
#
# routine_email_service:
# container_name: routine_email_service
# build:
# context: .
# dockerfile: BankServices/RoutineEmailService/Dockerfile
# networks:
# - network_store_services
# sender_service: parser_service:
# container_name: sender_service container_name: parser_service
# build: build:
# context: . context: .
# dockerfile: BankServices/SenderService/Dockerfile dockerfile: BankServices/ParserService/Dockerfile
# networks: networks:
# - network_store_services - network_store_services
writer_service:
container_name: writer_service
build:
context: .
dockerfile: BankServices/WriterService/Dockerfile
networks:
- network_store_services
routine_email_service:
container_name: routine_email_service
build:
context: .
dockerfile: BankServices/RoutineEmailService/Dockerfile
networks:
- network_store_services
sender_service:
container_name: sender_service
build:
context: .
dockerfile: BankServices/SenderService/Dockerfile
networks:
- network_store_services
# initservice: # initservice:
# container_name: initservice # container_name: initservice
@ -97,17 +97,17 @@ services:
# context: . # context: .
# dockerfile: ApiServices/InitServiceApi/Dockerfile # dockerfile: ApiServices/InitServiceApi/Dockerfile
authservice: # authservice:
container_name: authservice # container_name: authservice
build: # build:
context: . # context: .
dockerfile: ApiServices/AuthApiService/Dockerfile # dockerfile: ApiServices/AuthApiService/Dockerfile
ports: # ports:
- "8081:8888" # - "8081:8888"
# depends_on: # depends_on:
# - initservice # - initservice
networks: # networks:
- wag-network # - wag-network
# validationservice: # validationservice:
# container_name: validationservice # container_name: validationservice