- Add function for send mail when user create an account
This commit is contained in:
Kum1ta
2024-09-10 14:17:20 +02:00
parent eaf71af8d1
commit f5857ce771
5 changed files with 118 additions and 6 deletions

View File

@ -37,6 +37,8 @@ services:
DB_HOST: ${DB_HOST}
UID_42: ${UID_42}
SECRET_42: ${SECRET_42}
ICLOUD_USER: ${ICLOUD_USER}
ICLOUD_PASS: ${ICLOUD_PASS}
depends_on:
- postgresql
restart: always