Complete sample configuration for VSCode Remote Development on Containers

This commit is contained in:
Laércio de Sousa
2019-12-06 13:50:32 -03:00
parent bc6ba25790
commit 88d06bb838
3 changed files with 17 additions and 2 deletions

View File

@ -1,7 +1,15 @@
{
"name": "Laradock",
"dockerComposeFile": ["../docker-compose.yml"],
"runServices": ["nginx", "postgres", "pgadmin"],
"dockerComposeFile": [
"../docker-compose.yml",
"docker-compose.extend.yml"
],
"remoteUser": "laradock",
"runServices": [
"nginx",
"postgres",
"pgadmin"
],
"service": "workspace",
"workspaceFolder": "/var/www",
"shutdownAction": "stopCompose",