Run mix command giving input and output base .devcontainer directory as argument. This command will generate merged multiple .devcontainer/seed.yml(s) from .devcontainer/skeleton.yml!
./bin/museum mix test_project/.devcontainer
Check generated .devconainer/seed.yml out! This is a blue print of devcontainer.json & docker-compose.yml for VSCode Remote Development for Docker. Fix it at your preference.
Run deploy command giving input and output base .devcontainer directory as argument. This command will generate canonical .devcontainer/devcontainer.json & .devcontainer/docker-composer.yml from .devcontainer/seed.yml!