Add sample configuration for Visual Studio Code Remote Development on Containers.

This commit is contained in:
Laércio de Sousa
2019-10-08 09:11:02 -03:00
parent 04c6aaf338
commit b7b468765a
3 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,9 @@
{
"name": "Laradock",
"dockerComposeFile": ["../docker-compose.yml"],
"runServices": ["nginx", "postgres", "pgadmin"],
"service": "workspace",
"workspaceFolder": "/var/www",
"shutdownAction": "stopCompose",
"postCreateCommand": "uname -a"
}