Skip to content

Instantly share code, notes, and snippets.

@caiovncius
Created March 26, 2025 12:45
Show Gist options
  • Save caiovncius/d396c8851601548eaa88d2f304dae592 to your computer and use it in GitHub Desktop.
Save caiovncius/d396c8851601548eaa88d2f304dae592 to your computer and use it in GitHub Desktop.
// https://aka.ms/devcontainer.json
{
"name": "Existing Docker Compose (Extend)",
"dockerComposeFile": [
"../docker-compose.yml"
],
"service": "laravel.test",
"workspaceFolder": "/var/www/html",
"customizations": {
"vscode": {
"extensions": [
"mikestead.dotenv",
"amiralizadeh9480.laravel-extra-intellisense",
"ryannaddy.laravel-artisan",
"onecentlin.laravel5-snippets",
"onecentlin.laravel-blade",
"bmewburn.vscode-intelephense-client",
"xdebug.php-debug",
"mehedidracula.php-namespace-resolver",
],
"settings": {}
}
},
"remoteUser": "sail",
"postCreateCommand": "chown -R 1000:1000 /var/www/html 2>/dev/null || true"
// "forwardPorts": [],
// "runServices": [],
// "shutdownAction": "none",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment