Sha256: 551f77362e458919cc2d78d55d6d85ebd49069fa4bad1c3e66aecf38ab2d2155
Contents?: true
Size: 406 Bytes
Versions: 119
Compression:
Stored size: 406 Bytes
Contents
version: '2' name: test-project services: mysql: extends: file: docker-compose.yml service: mysql stateful: true environment: - MYSQL_ROOT_PASSWORD=%{project}_secret webapp: image: webapp build: context: . args: - foo=bar - baz=baf some_app: image: some_app build: context: . args: foo: bar baz:
Version data entries
119 entries across 119 versions & 1 rubygems