Update dev environment
This commit is contained in:
parent
cbbd0d29a5
commit
10c997715d
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"dockerComposeFile": "compose-dev.yaml",
|
|
||||||
"service": "app",
|
|
||||||
"workspaceFolder": "/app",
|
|
||||||
"forwardPorts": [3000],
|
|
||||||
"customizations": {
|
|
||||||
"vscode": {
|
|
||||||
"extensions": [
|
|
||||||
"denoland.vscode-deno",
|
|
||||||
"ronnidc.nunjucks"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +1,7 @@
|
|||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
|
container_name: 1159cl_dev
|
||||||
image: mario1159/1159cl
|
image: mario1159/1159cl
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user