File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose
33{
4- "name" : " Existing Docker Compose (Extend) " ,
4+ "name" : " Swindon Makerspace Access System devcontainer " ,
55
66 // Update the 'dockerComposeFile' list if you have more compose files or use different names.
77 // The .devcontainer/docker-compose.yml file contains any overrides you need/want to make.
2424 "installOhMyZsh" : true ,
2525 "installOhMyZshConfig" : true ,
2626 "upgradePackages" : true ,
27- "username" : " devcontainer " ,
27+ "username" : " automatic " ,
2828 "userUid" : " automatic" ,
2929 "userGid" : " automatic"
3030 },
3838 // "features": {},
3939
4040 // Use 'forwardPorts' to make a list of ports inside the container available locally.
41- // "forwardPorts": [],
41+ "forwardPorts" : [3000 , 3001 ],
4242
4343 // Uncomment the next line if you want start specific services in your Docker Compose config.
4444 // "runServices": [],
5959 " maattdd.gitless" ,
6060 " mtxr.sqltools" ,
6161 " mtxr.sqltools-driver-pg" ,
62- " ms-azuretools .vscode-docker "
62+ " alexcvzz .vscode-sqlite "
6363 ]
6464 }
65- }
66-
67- // Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
68- // "remoteUser": "devcontainer"
65+ },
66+ "remoteUser" : " swmakers"
6967}
You can’t perform that action at this time.
0 commit comments