rename QuickStack

This commit is contained in:
biersoeckli
2024-10-17 08:50:31 +00:00
parent 0e8f9c96de
commit bcbe8740eb
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "quick-kube",
"name": "quick-stack",
"dockerComposeFile": "./docker.compose.yml",
"service": "vscode-container",
"workspaceFolder": "/workspace",

View File

@@ -7,5 +7,5 @@ services:
command: /bin/sh -c "while sleep 1000; do :; done"
volumes:
- ..:/workspace
- ~/.ssh:/home/vscode/.ssh
- ~/.ssh:/home/node/.ssh
env_file: devcontainer.env

View File

@@ -1,5 +1,5 @@
{
"name": "quick-kube",
"name": "quick-stack",
"version": "0.1.0",
"private": true,
"scripts": {

View File

@@ -10,7 +10,7 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "QuickKube",
title: "QuickStack",
description: "", // todo
};