Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compose hot fixes #141

Merged
merged 4 commits into from
Sep 16, 2024
Merged

Compose hot fixes #141

merged 4 commits into from
Sep 16, 2024

Conversation

AdheipSingh
Copy link
Collaborator

{
    "docker_id": "36e0145e8978099ab33fb38aed31bf805ea128ac5d3f0f9f84a16c2f4bae561e",
    "instance_id": "A-a0149bee-1aaf-49c5-ad9c-485de622f305",
    "image_id": "sha256:6819e5d163d1d24d896d090e1f55c38bcb9e55db811196e3919f0707a86eff03",
    "ports": [
        {
            "PrivatePort": 3306,
            "Type": "tcp"
        },
        {
            "PrivatePort": 33060,
            "Type": "tcp"
        }
    ],
    "status": "running",
    "size": 392981327,
    "names": [
        "/wp-db-1"
    ],
    "mounts": [
        {
            "Destination": "/var/lib/mysql",
            "Driver": "local",
            "Mode": "z",
            "Name": "wp_db_data",
            "Propagation": "",
            "RW": true,
            "Source": "/var/lib/docker/volumes/wp_db_data/_data",
            "Type": "volume"
        }
    ],
    "networks": "wp_default",
    "tag": {
        "com.docker.compose.config-hash": "1a931c5225f4f77e1bc71a07a8f2f658f90aba92bcdb6b64dd98afe54569e3b7",
        "com.docker.compose.container-number": "1",
        "com.docker.compose.depends_on": "",
        "com.docker.compose.image": "sha256:6819e5d163d1d24d896d090e1f55c38bcb9e55db811196e3919f0707a86eff03",
        "com.docker.compose.oneoff": "False",
        "com.docker.compose.project": "wp",
        "com.docker.compose.project.config_files": "/Users/adheipsingh/test/wp/docker-compose.yaml",
        "com.docker.compose.project.working_dir": "/Users/adheipsingh/test/wp",
        "com.docker.compose.service": "db",
        "com.docker.compose.version": "2.12.2"
    },
    "image": "mariadb:10.6.4-focal",
    "created_at": "2024-09-03T09:59:36.816249302Z"
}

@alex-bondarev-linnovate updated request with changes.

AdheipSingh and others added 4 commits September 10, 2024 12:06
add wait for deployment to be up and running
compose: add hossted_ prefix and devel mode for addcompose
@gannulka gannulka merged commit ab16089 into dev Sep 16, 2024
2 checks passed
@AdheipSingh AdheipSingh deleted the cp-fixes branch September 16, 2024 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants