File tree Expand file tree Collapse file tree 2 files changed +5
-19
lines changed
Expand file tree Collapse file tree 2 files changed +5
-19
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SMTP_HOST=""
88SMTP_PORT = " "
99SMTP_USERNAME = " "
1010EMAIL_FROM = " "
11- SMTP_FROM = " "
11+ SMTP_FROM = " "
1212SMTP_PASSWORD = " "
1313
1414# Mailgun Configuration (Recommended)
Original file line number Diff line number Diff line change 1- version : ' 3.9'
2-
31services :
42 mongo :
53 image : mongo:5.0.2
@@ -10,27 +8,15 @@ services:
108 MONGO_INITDB_ROOT_USERNAME : root
119 MONGO_INITDB_ROOT_PASSWORD : example
1210 volumes :
13- - mongodb_typescript_backend_toolkit :/data/db
11+ - mongodb_ts_toolkit :/data/db
1412
1513 redis :
1614 image : redis:latest
1715 ports :
1816 - 6380:6379
1917 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
3219
3320volumes :
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