Skip to content

Commit

Permalink
Remove MONGODB_CONN_STR env var (#176)
Browse files Browse the repository at this point in the history
* Remove MONGODB_CONN_STR env var

* Enable mongodb by default
  • Loading branch information
hhenry01 authored Oct 4, 2023
1 parent 2281e5a commit 5ab530f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Sailbot Workspace",
"dockerComposeFile": [
// Uncomment the files containing the programs you need
// "docker-compose.db.yml", // mongodb
"docker-compose.db.yml", // mongodb
// "docker-compose.docs.yml", // docs
// "docker-compose.website.yml", // grafana, website

Expand Down
2 changes: 0 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ services:
build:
context: .
dockerfile: Dockerfile
environment:
- MONGODB_CONN_STR=mongodb://localhost:27017
volumes:
- ..:/workspaces/sailbot_workspace:cached
- sailbot-new-project-bashhistory:/home/ros/commandhistory:delegated
Expand Down

0 comments on commit 5ab530f

Please sign in to comment.