Skip to content

Commit 501b075

Browse files
committed
modified devcontainer
1 parent d179d4a commit 501b075

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
{
22
"name": "Postiz Dev Container",
3-
"image": "localhost/postiz-devcontainer",
4-
"features": {},
3+
"image": "mcr.microsoft.com/devcontainers/javascript-node:18",
4+
"postCreateCommand": "npm install",
5+
6+
"features": {
7+
"ghcr.io/devcontainers/features/redis:1":{},
8+
"ghcr.io/devcontainers/features/postgres:1":{
9+
"version": "15"
10+
}
11+
},
512
"customizations": {
613
"vscode": {
714
"settings": {},
815
"extensions": []
916
}
1017
},
11-
"forwardPorts": ["4200:4200", "3000:3000"],
18+
"forwardPorts": [3000, 4000],
1219
"mounts": ["source=/apps,destination=/apps/dist/,type=bind,consistency=cached"]
1320
}
1421

0 commit comments

Comments
 (0)