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

version: "1.2.0" the code ``` const result = await compose.upMany(services, { cwd: '/dir/myapp', commandOptions: ['--no-deps', '--build'], log: false, callback: (chunk, stream) => { const text = chunk.toString('utf8'); if (stream ===...

Do you know of any TS interface for docker compose YAML? Also, maybe it would be an interesting feature to run a compose from it service description in a JS...