docker-compose icon indicating copy to clipboard operation
docker-compose copied to clipboard

Manage Docker-Compose via Node.js

Results 32 docker-compose issues
Sort by recently updated
recently updated
newest added

I would like to add a option to override default COMPOSE_HTTP_TIMEOUT value(60) by adding it before the docker-compose command: ``` COMPOSE_HTTP_TIMEOUT=120 docker-compose up -d .... ``` should I make a...

This is happening on this method call: ``` await dockerCompose.pullAll( dockerComposeConfig ); ``` The full error looks like this: ``` ⠧ Downloading sources.Container 3599aeb67a0e501419c5faae3c737c23-mysql-1 Started ✖ Cannot create a string...

Causing this issue downstream: https://github.com/input-output-hk/cardano-graphql/issues/552 ``` TypeError: Cannot read property 'trim' of undefined at /home/ubuntu/.npm-global/lib/node_modules/@cardano-graphql/cli/node_modules/docker-compose/dist/index.js:73:38 at Array.map () at Object.mapPsOutput (/home/ubuntu/.npm-global/lib/node_modules/@cardano-graphql/cli/node_modules/docker-compose/dist/index.js:68:10) at Object. (/home/ubuntu/.npm-global/lib/node_modules/@cardano-graphql/cli/node_modules/docker-compose/dist/index.js:342:36) at step (/home/ubuntu/.npm-global/lib/node_modules/@cardano-graphql/cli/node_modules/docker-compose/dist/index.js:44:23) at Object.next (/home/ubuntu/.npm-global/lib/node_modules/@cardano-graphql/cli/node_modules/docker-compose/dist/index.js:25:53)...

up for grabs
good first issue

When using docker-compose, it always skips the first container (because indexes are zero based). The other commit is that `docker-compose` (at least v2.0.1) also sends the name of the container...

When I compile my application and try to run any command I got this message `something went wrong: spawn docker-compose ENOENT` When I add the option `executablePath`, it returns ```...

After having run the following command: `await compose.upAll(composeOpts)` I run the following command: `await this.compose.down(composeOpts)` and he enclosing promise simply dies. I have wrapped this code in a try and...

Hello, Thanks for helping us use compose through Node.JS :-). Looking at the API, I was wondering why many functions are tripled with `All`, `Many` and `One` instead of using...

Docker Desktop opted me in to the Compose V2 beta without me realizing it, and I ran into some issues with it using this library in an Electron app my...

Write docs by command to explain things better and avoid unhappy users as seen in #116

docs