From ee00ba639c7180660a67b1b1013c8618238dfdd2 Mon Sep 17 00:00:00 2001 From: calloc134 <115209243+calloc134@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:52:23 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=83=9B=E3=82=B9=E3=83=88=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=E3=81=ABgithub=20codespaces=E3=81=8C=E5=AF=BE?= =?UTF-8?q?=E5=BF=9C=E3=81=97=E3=81=A6=E3=81=84=E3=81=AA=E3=81=8B=E3=81=A3?= =?UTF-8?q?=E3=81=9F=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 2 +- .devcontainer/docker-compose.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e260cc40..0f2fa72f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,7 +22,7 @@ // "features": {}, // Use 'forwardPorts' to make a list of ports inside the container available locally. // This can be used to network with other containers or with the host. - "forwardPorts": [6173, 5173, "minio:9001"], + "forwardPorts": [6173, 5173, 9001], // Use 'postCreateCommand' to run commands after the container is created. "postCreateCommand": "pnpm install && pnpm primig && pnpm priseed", // Configure tool-specific properties. diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index 8c26112d..6d189399 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -71,7 +71,9 @@ services: env_file: ${MINIO_ENV} networks: - app-network - + ports: + - 9000:9000 + - 9001:9001 volumes: postgres-data: minio-data: