mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-18 18:41:48 +02:00
41 lines
953 B
JSON
41 lines
953 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
|
"hostRequirements": {
|
|
"cpus": 4
|
|
},
|
|
"waitFor": "onCreateCommand",
|
|
"onCreateCommand": "curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash && sudo apt install -y libmariadb3 libmariadb-dev",
|
|
"updateContentCommand": "pip install -r backend/requirements.txt",
|
|
"portsAttributes": {
|
|
"5000": {
|
|
"label": "Application",
|
|
"onAutoForward": "openPreview"
|
|
}
|
|
},
|
|
"customizations": {
|
|
"codespaces": {
|
|
"openFiles": [
|
|
"templates/index.html"
|
|
]
|
|
},
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"batisteo.vscode-django",
|
|
"ms-python.flake8",
|
|
"ms-python.isort",
|
|
"ms-python.vscode-pylance",
|
|
"redhat.vscode-yaml",
|
|
"ms-azuretools.vscode-docker",
|
|
"donjayamanne.python-extension-pack"
|
|
]
|
|
}
|
|
},
|
|
"forwardPorts": [
|
|
5000
|
|
],
|
|
"features": {
|
|
"ghcr.io/devcontainers-contrib/features/angular-cli:2": {}
|
|
}
|
|
}
|