Sha256: 40a60024644aed78db0e47049c1953bb31f6efbf46a927a4d70d142fe82dee9d

Contents?: true

Size: 236 Bytes

Versions: 1

Compression:

Stored size: 236 Bytes

Contents

basquiat:
  build: docker
  command: /basquiat/docker/guard_start.sh
  volumes:
    - ./:/basquiat
  links:
    - rabbitmq
  tty: true
  stdin_open: true

rabbitmq:
  image: mereghost/rabbitmq:latest
  ports:
    - "15672"
    - "5672"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
basquiat-1.2.0 docker-compose.yml