File tree 2 files changed +5
-19
lines changed
2 files changed +5
-19
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SMTP_HOST=""
8
8
SMTP_PORT = " "
9
9
SMTP_USERNAME = " "
10
10
EMAIL_FROM = " "
11
- SMTP_FROM = " "
11
+ SMTP_FROM = ""
12
12
SMTP_PASSWORD = " "
13
13
14
14
# Mailgun Configuration (Recommended)
Original file line number Diff line number Diff line change 1
- version : ' 3.9'
2
-
3
1
services :
4
2
mongo :
5
3
image : mongo:5.0.2
@@ -10,27 +8,15 @@ services:
10
8
MONGO_INITDB_ROOT_USERNAME : root
11
9
MONGO_INITDB_ROOT_PASSWORD : example
12
10
volumes :
13
- - mongodb_typescript_backend_toolkit :/data/db
11
+ - mongodb_ts_toolkit :/data/db
14
12
15
13
redis :
16
14
image : redis:latest
17
15
ports :
18
16
- 6380:6379
19
17
volumes :
20
- - redis_typescript_backend_toolkit:/data
21
-
22
- postgres :
23
- image : postgres:15
24
- environment :
25
- POSTGRES_USER : root
26
- POSTGRES_PASSWORD : admin
27
- POSTGRES_DB : root
28
- ports :
29
- - 5432:5432
30
- volumes :
31
- - postgres_typescript_backend_toolkit:/var/lib/postgresql/data
18
+ - redis_ts_toolkit:/data
32
19
33
20
volumes :
34
- mongodb_typescript_backend_toolkit :
35
- redis_typescript_backend_toolkit :
36
- postgres_typescript_backend_toolkit :
21
+ mongodb_ts_toolkit :
22
+ redis_ts_toolkit :
You can’t perform that action at this time.
0 commit comments