0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: update devcontainer using default image (#4528)

This commit is contained in:
wangsijie 2023-09-16 10:32:41 +08:00 committed by GitHub
parent 4c67cf3c5c
commit 57d564b153
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,19 @@
{ {
"image": "mcr.microsoft.com/devcontainers/typescript-node:18", "customizations": {
"features": { "vscode": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {} "extensions": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"github.copilot",
"eamodio.gitlens",
"mikestead.dotenv",
"dbaeumer.vscode-eslint",
"stylelint.vscode-stylelint",
"clinyong.vscode-css-modules",
"vunguyentuan.vscode-css-variables",
"frigus02.vscode-sql-tagged-template-literals-syntax-only"
]
}
}, },
"postStartCommand": "docker run -d -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=p0stgr3s postgres:14-alpine", "postStartCommand": "docker run -d -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=p0stgr3s postgres:14-alpine",
"containerEnv": { "containerEnv": {