From 10c997715d72cf4ccf7fc74c1e2cc294f3d26b27 Mon Sep 17 00:00:00 2001 From: Mario1159 Date: Wed, 24 May 2023 19:04:34 -0400 Subject: [PATCH] Update dev environment --- .devcontainer.json | 14 -------------- compose-dev.yaml | 1 + 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 .devcontainer.json diff --git a/.devcontainer.json b/.devcontainer.json deleted file mode 100644 index 2ef0853..0000000 --- a/.devcontainer.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "dockerComposeFile": "compose-dev.yaml", - "service": "app", - "workspaceFolder": "/app", - "forwardPorts": [3000], - "customizations": { - "vscode": { - "extensions": [ - "denoland.vscode-deno", - "ronnidc.nunjucks" - ] - } - } - } \ No newline at end of file diff --git a/compose-dev.yaml b/compose-dev.yaml index 4e17f6d..3bbe60c 100644 --- a/compose-dev.yaml +++ b/compose-dev.yaml @@ -1,6 +1,7 @@ version: "3.9" services: app: + container_name: 1159cl_dev image: mario1159/1159cl build: . ports: