Skip to content

Commit

Permalink
containerized development environment in a docker so that it's most c…
Browse files Browse the repository at this point in the history
…onsistent and onboarding is easier (#49)

* containerized the app in docker for consistent environment

* added project name and alias

* modified structure and changed readme

* changed README

* Update README.md

* Update README.md

* Update README.md

* exposing additional ports

* removing dup port

* double ignoring sensitive files

* Update README.md

* fixed typo in 2 .ts files

* Update README.md

* Update README.md

* adding missing files

* temporally dockerfile points to my own repo

* modified dockerfile

* Update README.md

* added non-sensitive files to repo

* Update README.md

* Update README.md

* added code for local development

* Update README.md

* Update README.md

* Delete README_old.md

* Create Setup dependencies.md

* cleaned comments and improved readme

* updated readme

* removed personal containers

* testing dev containers

* changed file structure

* update

* updated devcontainer

* undoing test of dev container, should've made a branch but i forgot
  • Loading branch information
abdullahalhoothy authored Mar 7, 2024
1 parent 6a18f6d commit 74e1ff7
Show file tree
Hide file tree
Showing 15 changed files with 558 additions and 347 deletions.
9 changes: 9 additions & 0 deletions .devcontainer/abdulah/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Baby Equipment App Development",
"build": {
"dockerfile": "Dockerfile",
"context": "."
},
"forwardPorts": [3000, 4000, 5000, 4400, 4500, 9099, 8080, 9150, 9199],
"overrideCommand": false
}
43 changes: 0 additions & 43 deletions .devcontainer/devcontainer.json

This file was deleted.

12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,17 @@ firestore-data

# Sensitive configuration files
.env.local
.firebaserc
**/*irebase-config*
**/*irebaseConfig*
**/firebase.json
**/*.rules
**/*secret*
**/*indexes*
**/*adminsdk*
**/*service*
firebaseConfig.json
serviceAccount.json

#VSCODE Preferences
.vscode

# personal containers
/.devcontainer/**
.github
Loading

0 comments on commit 74e1ff7

Please sign in to comment.