···11version: '3.7'
22services:
33 # Update this to the name of the service you want to work with in your docker-compose.yml file
44- app:
44+ multi-scrobbler:
55 # Uncomment if you want to override the service's Dockerfile to one in the .devcontainer
66 # folder. Note that the path of the Dockerfile and context is relative to the *primary*
77 # docker-compose.yml file (the first in the devcontainer.json "dockerComposeFile"
+3-1
.devcontainer/devcontainer.json
···55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66 "dockerComposeFile": [
77 "compose.yml"
88+ // uncomment to add kasm/discord service
99+ //"../deploy/docker-compose.discord.yml"
810 ],
9111010- "service": "app",
1212+ "service": "multi-scrobbler",
11131214 "workspaceFolder": "/workspaces",
1315