Sha256: 7d127877c29718dd6dc8d1801bdbecd7587ecc967a4d7aac35d305569fb92aa1

Contents?: true

Size: 437 Bytes

Versions: 115

Compression:

Stored size: 437 Bytes

Contents

stack: user/stackname
version: 0.1.1
services:
  wordpress:
    extends:
      file: docker-compose_v2.yml
      service: wordpress
    stateful: true
    env_file: .env
    environment:
      WORDPRESS_DB_PASSWORD: ${STACK}_secret
    instances: 2
    deploy:
      strategy: ha
  mysql:
    extends:
      file: docker-compose_v2.yml
      service: mysql
    stateful: true
    environment:
      - MYSQL_ROOT_PASSWORD=${STACK}_secret

Version data entries

115 entries across 115 versions & 1 rubygems

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