mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 04:57:08 +00:00
refactor: remove devcontainer configuration
This commit is contained in:
parent
ef7c33a011
commit
2ae32b2f64
@ -1,17 +0,0 @@
|
|||||||
FROM jetpackio/devbox:latest
|
|
||||||
|
|
||||||
# Installing your devbox project
|
|
||||||
WORKDIR /code
|
|
||||||
USER root:root
|
|
||||||
RUN mkdir -p /code && chown ${DEVBOX_USER}:${DEVBOX_USER} /code
|
|
||||||
USER ${DEVBOX_USER}:${DEVBOX_USER}
|
|
||||||
|
|
||||||
# Copy devbox configuration files
|
|
||||||
COPY --chown=${DEVBOX_USER}:${DEVBOX_USER} devbox.json devbox.json
|
|
||||||
COPY --chown=${DEVBOX_USER}:${DEVBOX_USER} devbox.lock devbox.lock
|
|
||||||
|
|
||||||
RUN devbox run -- echo "Installed Packages."
|
|
||||||
RUN devbox shellenv --init-hook >> ~/.profile
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,89 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Devbox Remote Container",
|
|
||||||
"build": {
|
|
||||||
"dockerfile": "./Dockerfile",
|
|
||||||
"context": ".."
|
|
||||||
},
|
|
||||||
"customizations": {
|
|
||||||
"vscode": {
|
|
||||||
"settings": {},
|
|
||||||
"extensions": [
|
|
||||||
"jetpack-io.devbox"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"remoteUser": "devbox",
|
|
||||||
"forwardPorts": [
|
|
||||||
1317,
|
|
||||||
26657,
|
|
||||||
9090,
|
|
||||||
3000,
|
|
||||||
80,
|
|
||||||
5000
|
|
||||||
],
|
|
||||||
"portsAttributes": {
|
|
||||||
"1317": {
|
|
||||||
"label": "sonr-api",
|
|
||||||
"onAutoForward": "notify"
|
|
||||||
},
|
|
||||||
"26657": {
|
|
||||||
"label": "sonr-rpc",
|
|
||||||
"onAutoForward": "notify"
|
|
||||||
},
|
|
||||||
"9090": {
|
|
||||||
"label": "sonr-grpc",
|
|
||||||
"onAutoForward": "silent"
|
|
||||||
},
|
|
||||||
"3000": {
|
|
||||||
"label": "hway-frontend",
|
|
||||||
"onAutoForward": "silent"
|
|
||||||
},
|
|
||||||
"80": {
|
|
||||||
"label": "ipfs-gateway",
|
|
||||||
"onAutoForward": "silent"
|
|
||||||
},
|
|
||||||
"5000": {
|
|
||||||
"label": "ipfs-api",
|
|
||||||
"onAutoForward": "silent"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"features": {
|
|
||||||
"ghcr.io/michidk/devcontainers-features/bun:1": {
|
|
||||||
"version": "latest"
|
|
||||||
},
|
|
||||||
"ghcr.io/cirolosapio/devcontainers-features/alpine-ohmyzsh:0": {
|
|
||||||
"version": "latest"
|
|
||||||
},
|
|
||||||
"ghcr.io/guiyomh/features/golangci-lint:0": {
|
|
||||||
"version": "latest"
|
|
||||||
},
|
|
||||||
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {
|
|
||||||
"version": "latest"
|
|
||||||
},
|
|
||||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {
|
|
||||||
"version": "latest"
|
|
||||||
},
|
|
||||||
"ghcr.io/devcontainers/features/github-cli:1": {
|
|
||||||
"version": "latest"
|
|
||||||
},
|
|
||||||
"ghcr.io/devcontainers/features/go:1": {
|
|
||||||
"version": "latest",
|
|
||||||
"go": "1.23"
|
|
||||||
},
|
|
||||||
"ghcr.io/devcontainers/features/rust:1": {
|
|
||||||
"version": "latest",
|
|
||||||
"rust": "1.73"
|
|
||||||
},
|
|
||||||
"ghcr.io/jpawlowski/devcontainer-features/codespaces-dotfiles:1": {
|
|
||||||
"version": "latest"
|
|
||||||
},
|
|
||||||
"ghcr.io/duduribeiro/devcontainer-features/neovim:1": {
|
|
||||||
"version": "latest"
|
|
||||||
},
|
|
||||||
"ghcr.io/dlouwers/devcontainer-features/devbox:1": {
|
|
||||||
"version": "latest"
|
|
||||||
},
|
|
||||||
"ghcr.io/devcontainers/features/sshd:1": {
|
|
||||||
"version": "latest"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user