Skip to content

Commit

Permalink
name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mirzabicer committed Nov 26, 2023
1 parent 01cd489 commit 82396b4
Show file tree
Hide file tree
Showing 3 changed files with 18,298 additions and 18,298 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ services:
- 2717:27017
volumes:
- mongo_db:/data/db

api:
build: .
ports:
- "8371:8371"
environment:
NODE_ENV: "development"
MONGO_URI: "mongodb://mongo_db:27017/express-ts-rest-api"
MONGO_URI: "mongodb://mongo_db:27017/programming-project"
MONGO_PASSWORD: ""
API_VERSION: "0.0.1"
PORT: "8371"
depends_on:
- mongo_db

volumes:
mongo_db: {}
mongo_db: {}
Loading

0 comments on commit 82396b4

Please sign in to comment.