diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e260cc40..8aaf24e1 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, 9000, 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: