You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
714 B
30 lines
714 B
{ |
|
"name": "Mastodon", |
|
"dockerComposeFile": "docker-compose.yml", |
|
"service": "app", |
|
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", |
|
|
|
"features": { |
|
"ghcr.io/devcontainers/features/sshd:1": {} |
|
}, |
|
|
|
"runServices": ["app", "db", "redis"], |
|
|
|
"forwardPorts": [3000, 4000], |
|
|
|
"containerEnv": { |
|
"ES_ENABLED": "", |
|
"LIBRE_TRANSLATE_ENDPOINT": "" |
|
}, |
|
|
|
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}", |
|
"postCreateCommand": ".devcontainer/post-create.sh", |
|
"waitFor": "postCreateCommand", |
|
|
|
"customizations": { |
|
"vscode": { |
|
"settings": {}, |
|
"extensions": ["EditorConfig.EditorConfig", "webben.browserslist"] |
|
} |
|
} |
|
}
|
|
|