Skip to content

Devcontainer setup? #42696

Answered by Stwissel
Stwissel asked this question in Q&A
Discussion options

You must be logged in to vote

I started to document it here: https://www.wissel.net/blog/2024/08/quarkus-in-multimodule-projects.html
It covers basic setup with maven, profiles and VSCode setup. The missing part is the devcontainer.json file. This worked for me:

{
    "name": "Quarkus, Couch, Valkey",
    "dockerComposeFile": "docker-compose.yml",
    "service": "app",
    "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
    "features": {
        "ghcr.io/devcontainers/features/common-utils:2": {},
        "ghcr.io/devcontainers/features/github-cli:1": {},
        "ghcr.io/devcontainers/features/sshd:1": {},
        "ghcr.io/devcontainers/features/java:1": {
            "installMaven": "true",
       …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Stwissel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant