Commit Graph

7 Commits

Author SHA1 Message Date
Nikolai Lifanov
e60a60c19b update sysutils/docker-compose to 1.17.0
Changes: https://github.com/docker/compose/blob/1.17.0/CHANGELOG.md
2017-11-03 17:35:00 +00:00
Nikolai Lifanov
4bc71e288c update sysutils/docker-compose to 1.16.1 2017-09-05 13:31:26 +00:00
Nikolai Lifanov
bc1c316b67 fix sysutils/docker-compose by relaxing requirements
Make setup.py satisfiable by API-compatible versions
we have in ports.

References:
https://github.com/docker/compose/issues/4848
https://bugzilla.redhat.com/show_bug.cgi?id=1452999

PR:		221744
Reported by:	decke
2017-08-23 16:44:23 +00:00
Nikolai Lifanov
d846b32a56 update sysutils/docker-compose to 1.15.0
Changes: https://github.com/docker/compose/releases/tag/1.15.0
2017-07-27 12:54:59 +00:00
Nikolai Lifanov
74905aaa5f update sysutils/docker-compose to 1.14.0
Changes: https://github.com/docker/compose/releases/tag/1.14.0
2017-06-20 13:19:55 +00:00
Nikolai Lifanov
9faee6b101 update sysutils/docker-compose to 1.13.0
### Breaking changes

- `docker-compose up` now resets a service's scaling to its default value.
  You can use the newly introduced `--scale` option to specify a custom
  scale value

### New features

#### Compose file version 2.2

- Introduced version 2.2 of the `docker-compose.yml` specification. This
  version requires to be used with Docker Engine 1.13.0 or above

- Added support for `init` in service definitions.

- Added support for `scale` in service definitions. The configuration's value
  can be overridden using the `--scale` flag in `docker-compose up`.
  Please note that the `scale` command is disabled for this file format

#### Compose file version 2.x

- Added support for `options` in the `ipam` section of network definitions
2017-05-03 15:47:20 +00:00
Nikolai Lifanov
ec30fd6508 add sysutils/docker-compose
Compose is a tool for defining and running multi-container Docker applications.
With Compose, you use a Compose file to configure your application's services.
Then, using a single command, you create and start all the services from your
configuration.
2017-04-19 15:37:04 +00:00