File clean up
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
|
.vscode
|
||||||
node_modules
|
node_modules
|
||||||
.DS_Store
|
.DS_Store
|
||||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"liveServer.settings.port": 3001
|
|
||||||
}
|
|
||||||
@@ -1,13 +1,5 @@
|
|||||||
version: '3.9'
|
version: '3.9'
|
||||||
|
|
||||||
############################################################
|
|
||||||
# To Give the container a project related name run: #
|
|
||||||
# #
|
|
||||||
# docker-compose -p final-project up #
|
|
||||||
# #
|
|
||||||
# ⚠️ Make sure current directory is: /ProjectSourceCode ⚠️ #
|
|
||||||
############################################################
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
container_name: postgres-db
|
container_name: postgres-db
|
||||||
|
|||||||
Reference in New Issue
Block a user