Skip to content

Commit f139a4f

Browse files
author
Didarul Amin
committed
Update
1 parent 4cdd730 commit f139a4f

File tree

6 files changed

+25
-0
lines changed

6 files changed

+25
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Python-SQL-Server-Docker
22
Python SQL Server Docker
33

4+
5+
SQLPad - SQL Server Admin Client
6+
![VSCode with NodeJS](sqlpad-demo.jpg)
7+
8+
VSCode - Online IDE
9+
![VSCode with NodeJS](vs-code-demo.jpg)
10+
411
#### Install
512
`docker-compose up -d`
613

docker-compose.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## DB ADMIN: 4170
66
## PYTHON PORT: 6650
77
## SQL SERVER PORT: 1433
8+
## VSCODE: 8080
89
## -------------------------------------------------------------------------
910

1011
version: '3.4'
@@ -71,6 +72,21 @@ services:
7172
aliases:
7273
- vscode
7374

75+
# -- VSCODE IDE---
76+
vscode:
77+
container_name: vscode
78+
image: didar911/vscode
79+
networks:
80+
vscode:
81+
aliases:
82+
- vscode
83+
ports:
84+
- '8080:8080/tcp'
85+
environment:
86+
- PASSWORD=skybird
87+
volumes:
88+
- ./src/:/home/coder/project
89+
7490
networks:
7591
vscode:
7692
driver: bridge

sqlpad-demo.jpg

320 KB
Loading

sqlpad/connectionaccesses.db

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{"connectionId":"__EVERY_CONNECTION__","connectionName":"Every Connection","userId":"__EVERYONE__","userEmail":"Everyone","duration":0,"expiryDate":{"$$date":4074946793949},"_id":"n2gIN125q2VCYuKw"}
22
{"$$indexCreated":{"fieldName":"connectionId","unique":false,"sparse":false}}
33
{"$$indexCreated":{"fieldName":"userId","unique":false,"sparse":false}}
4+
{"connectionId":"__EVERY_CONNECTION__","connectionName":"Every Connection","userId":"__EVERYONE__","userEmail":"Everyone","duration":0,"expiryDate":{"$$date":4074965569026},"_id":"n2gIN125q2VCYuKw"}

sqlpad/users.db

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{"email":"admin@admin.com","role":"admin","passhash":"$2a$10$U5Ehdi/6BZOyx5LSChZryewQGAro.IG/b/KUyBOTw0OV8BIReoOIS","_id":"u5lvkzWt9RyNEpwu"}
22
{"$$indexCreated":{"fieldName":"email","unique":true,"sparse":false}}
3+
{"email":"admin@admin.com","role":"admin","passhash":"$2a$10$H3ycTXufqoa5Yrs.qLCmBOqgq31CpD77417SH463oQXRRX8UBfnSi","_id":"u5lvkzWt9RyNEpwu"}

vs-code-demo.jpg

355 KB
Loading

0 commit comments

Comments
 (0)