31 lines
		
	
	
		
			714 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			714 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "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"]
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |