mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Add runServices for db and redis in devcontainer
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
"name": "Sure",
|
||||
"dockerComposeFile": "docker-compose.yml",
|
||||
"service": "app",
|
||||
"runServices": [
|
||||
"db",
|
||||
"redis"
|
||||
],
|
||||
"workspaceFolder": "/workspace",
|
||||
"containerEnv": {
|
||||
"GIT_EDITOR": "code --wait",
|
||||
|
||||
Reference in New Issue
Block a user