Skip to content

Commit

Permalink
Remove unnecessary port mappings in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne committed Feb 19, 2024
1 parent 511de73 commit 7a111c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ services:
restart: always
image: mongo:4.2.19
container_name: mongodb
ports:
- "27017:27017"
environment:
- MONGO_INITDB_ROOT_USERNAME=${MONGO_INITDB_ROOT_USERNAME}
- MONGO_INITDB_ROOT_PASSWORD=${MONGO_INITDB_ROOT_PASSWORD}
Expand Down Expand Up @@ -91,8 +89,6 @@ services:
- MONGODB_USER_PASSWORD=${MONGODB_USER_PASSWORD}
- BROWSER=none
- NEXT_PUBLIC_BASE_URL=${NEXT_PUBLIC_BASE_URL}
ports:
- 3000:3000

networks:
web:

0 comments on commit 7a111c2

Please sign in to comment.