diff --git a/.env.example b/.env.example index 58eb6e1..0b814d1 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,7 @@ PORT=4000 TOKEN_SECRET=mysecret ENVIRONMENT=local -DB_URL=mongodb://mongo1:30001,mongo2:30002,mongo3:30003/?replicaSet=my-replica-set +DB_URL=mongodb://mongo1:30001,mongo2:30002,mongo3:30003/erpdb?replicaSet=my-replica-set EMAIL_HOST= EMAIL_PORT= EMAIL_USER= diff --git a/docker-compose.yaml b/docker-compose.yaml index 24f486a..b4bad5a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -32,11 +32,11 @@ services: ports: - 30003:30003 - backend: - build: . - container_name: backend - env_file: - - .env - command: ["npm", "run", "serverstart"] - ports: - - 4000:4000 + # backend: + # build: . + # container_name: backend + # env_file: + # - .env + # command: ["npm", "run", "serverstart"] + # ports: + # - 4000:4000