Skip to content

Commit 16aa476

Browse files
Merge pull request #456 from tcet-opensource/development
changed db name and removed backend service from docker
2 parents 5a66924 + 5b87166 commit 16aa476

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PORT=4000
22
TOKEN_SECRET=mysecret
33
ENVIRONMENT=local
4-
DB_URL=mongodb://mongo1:30001,mongo2:30002,mongo3:30003/?replicaSet=my-replica-set
4+
DB_URL=mongodb://mongo1:30001,mongo2:30002,mongo3:30003/erpdb?replicaSet=my-replica-set
55
EMAIL_HOST=
66
EMAIL_PORT=
77
EMAIL_USER=

docker-compose.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ services:
3232
ports:
3333
- 30003:30003
3434

35-
backend:
36-
build: .
37-
container_name: backend
38-
env_file:
39-
- .env
40-
command: ["npm", "run", "serverstart"]
41-
ports:
42-
- 4000:4000
35+
# backend:
36+
# build: .
37+
# container_name: backend
38+
# env_file:
39+
# - .env
40+
# command: ["npm", "run", "serverstart"]
41+
# ports:
42+
# - 4000:4000

0 commit comments

Comments
 (0)