2020-12-16 08:32:15 +01:00
|
|
|
{
|
|
|
|
"name": "ejabberd",
|
2021-04-12 11:45:59 +02:00
|
|
|
// "dockerComposeFile": "docker-compose.yml",
|
2021-04-13 10:24:01 +02:00
|
|
|
"build": {
|
|
|
|
"dockerfile": "Dockerfile",
|
|
|
|
"args": {
|
|
|
|
"VARIANT": "1.11"
|
|
|
|
}
|
|
|
|
},
|
2020-12-16 08:32:15 +01:00
|
|
|
"workspaceFolder": "/workspace",
|
|
|
|
|
|
|
|
// Set *default* container specific settings.json values on container create.
|
|
|
|
"settings": {
|
|
|
|
"terminal.integrated.shell.linux": "/bin/zsh",
|
|
|
|
},
|
|
|
|
|
|
|
|
// Add the IDs of extensions you want installed when the container is created.
|
2021-04-13 10:24:01 +02:00
|
|
|
"extensions": [],
|
|
|
|
|
|
|
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
|
|
|
"forwardPorts": [5222, 5280, 5269],
|
|
|
|
|
|
|
|
// Use 'postCreateCommand' to run commands after the container is created.
|
|
|
|
// "postCreateCommand": "sh .devcontainer/post-create.sh",
|
2020-12-16 08:32:15 +01:00
|
|
|
|
|
|
|
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
|
|
|
|
"remoteUser": "vscode"
|
|
|
|
}
|