Sha256: 417a261a2cb4888ed91697cc9cb8e9e18fb8bb9dc498ceeb26005698a8f1828a

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 Bytes

Contents

version: '3'
services:
  worker:
    build: .
    tty: true
  mongodb:
    image: mongo:latest
    ports:
      - "27017:27017"
  restmq:
    image: pablozaiden/restmq:latest
    ports:
      - "6379:6379"
      - "8888:8888"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kriterion-0.0.1 docker-compose.yml