Sha256: 317ecd78c3be83e0de28f8bcf3c250af01ac78ce812723a61a2c953f4c348ad2

Contents?: true

Size: 791 Bytes

Versions: 68

Compression:

Stored size: 791 Bytes

Contents

app:
  before_tasks:
    - name: "stop app container"
      command: docker stop app
      ignore_errors: yes
    - name: "remove app container"
      command: docker rm app
      ignore_errors: yes

    - name: "make application log directory"
      file:
        path: /var/log/application
        force: yes
        state: directory

  image: groovenauts/magellan-rails-example:0.0.3
  # Dockerfile: "./Dockerfile"
  links:
    - rabbitmq:rabbitmq
  env:
    - VHOST=/groovenauts.app1
    - REQUEST_QUEUE=groovenauts.app1.0.0.1.rails
    - RESPONSE_EXCHANGE=groovenauts.app1.reply
    - RABBITMQ_USER=groovenauts.app1
    - RABBITMQ_PASS=workerpw
    - SECRET_KEY_BASE={{ app_secret_key_base }}
  volumes:
    - /var/log/application:/usr/src/app/log
  command: bundle exec magellan-rails

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
magellan-cli-0.2.6 spec/magellan/cli/Magellan.yml
magellan-cli-0.2.5 spec/magellan/cli/Magellan.yml
magellan-cli-0.2.4 spec/magellan/cli/Magellan.yml
magellan-cli-0.2.3 spec/magellan/cli/Magellan.yml
magellan-cli-0.2.2 spec/magellan/cli/Magellan.yml
magellan-cli-0.2.1 spec/magellan/cli/Magellan.yml
magellan-cli-0.2.0 spec/magellan/cli/Magellan.yml
magellan-cli-0.1.0 spec/magellan/cli/Magellan.yml