diff --git a/docker-compose.yaml b/docker-compose.yaml index 5420955..f210132 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -27,6 +27,7 @@ services: rat-api: container_name: rat-api + pull_policy: always image: numan947/rent-a-tool-backend ports: - "9999:9999" @@ -41,6 +42,7 @@ services: rat-web: container_name: rat-web + pull_policy: always image: numan947/rent-a-tool-frontend ports: - "4200:80" diff --git a/rent-a-tool/src/main/resources/application-dev.yaml b/rent-a-tool/src/main/resources/application-dev.yaml index 1cd44a7..a74be3b 100644 --- a/rent-a-tool/src/main/resources/application-dev.yaml +++ b/rent-a-tool/src/main/resources/application-dev.yaml @@ -22,16 +22,12 @@ spring: properties: mail: smtp: - trust: "*" - auth: true - ssl: - enable: true - trust: "*" - starttls: - enable: true - connectiontimeout: 5000 - timeout: 5000 - writetimeout: 5000 + auth: true + ssl: + enable: true + trust: "*" + starttls: + enable: true application: file: