Sha256: 9c78af0a70e3183f96aec0c5decacde1e210fda872d5fa94f2ca60e66f6e8728

Contents?: true

Size: 188 Bytes

Versions: 20

Compression:

Stored size: 188 Bytes

Contents

version: '2'
services:
  wordpress:
    image: wordpress:4.1
    ports:
      - 80:80
    depends_on:
      - mysql
  mysql:
    image: mysql:5.6
    environment:
      - ENV_VAR=$ENV_VAR

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
kontena-cli-1.5.4 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.5.4.rc1 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.5.3 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.5.2 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.5.1 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.5.0 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.5.0.rc1 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.5.0.pre5 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.5.0.pre4 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.5.0.pre3 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.5.0.pre2 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.5.0.pre1 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.4.3 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.4.3.rc1 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.4.2 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.4.2.rc1 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.4.2.pre1 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.4.1 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.4.1.rc1 spec/fixtures/docker-compose_v2_with_variables.yml
kontena-cli-1.4.1.pre1 spec/fixtures/docker-compose_v2_with_variables.yml