Skip to content

Commit

Permalink
cleans up devcontainer (nucleuscloud#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei authored Oct 25, 2023
1 parent 4d606ae commit c8950d1
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
{
"name": "neosync",
"image": "ghcr.io/nucleuscloud/neosync/devcontainer:latest",
"forwardPorts": [
10350, // tilt
8080, // neosync api
3000, // neosync app
5432, // neosync db
8233 // temporal ui
],
"customizations": {
"vscode": {
"extensions": [
"bufbuild.vscode-buf",
"golang.Go",
"esbenp.prettier-vscode",
"bradlc.vscode-tailwindcss"
]
}
}
"image": "ghcr.io/nucleuscloud/neosync/devcontainer:latest"
}

0 comments on commit c8950d1

Please sign in to comment.