Files
fog-explorer/.devcontainer/docker-compose.devcontainer.yml
Hussar f239088cd0 Update dev container workspace path and mounting configuration
Moves the workspace volume mount from the docker-compose file to devcontainer.json and standardizes the workspace path to /workspace.
2026-04-12 18:20:49 +01:00

12 lines
255 B
YAML

version: "3.9"
services:
workspace:
image: mcr.microsoft.com/devcontainers/javascript-node:1-20-bookworm
command: sleep infinity
depends_on:
postgres:
condition: service_healthy
redis:
condition: service_healthy