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.11.1 spec/magellan/cli/Magellan.yml
magellan-cli-0.11.0 spec/magellan/cli/Magellan.yml
magellan-cli-0.10.0 spec/magellan/cli/Magellan.yml
magellan-cli-0.9.1 spec/magellan/cli/Magellan.yml
magellan-cli-0.9.0 spec/magellan/cli/Magellan.yml
magellan-cli-0.8.3 spec/magellan/cli/Magellan.yml
magellan-cli-0.8.2 spec/magellan/cli/Magellan.yml
magellan-cli-0.8.1 spec/magellan/cli/Magellan.yml
magellan-cli-0.8.0 spec/magellan/cli/Magellan.yml
magellan-cli-0.7.11 spec/magellan/cli/Magellan.yml
magellan-cli-0.7.10 spec/magellan/cli/Magellan.yml
magellan-cli-0.7.9 spec/magellan/cli/Magellan.yml
magellan-cli-0.7.8 spec/magellan/cli/Magellan.yml
magellan-cli-0.7.7 spec/magellan/cli/Magellan.yml
magellan-cli-0.7.6 spec/magellan/cli/Magellan.yml
magellan-cli-0.7.5 spec/magellan/cli/Magellan.yml
magellan-cli-0.7.4 spec/magellan/cli/Magellan.yml
magellan-cli-0.7.3 spec/magellan/cli/Magellan.yml
magellan-cli-0.7.2 spec/magellan/cli/Magellan.yml
magellan-cli-0.7.1 spec/magellan/cli/Magellan.yml