briandavidwetzel/rapid_api

View on GitHub
docker-compose.yml

Summary

Maintainability
Test Coverage
version: '2'
services:
  test:
    build: .
    tty: true
    stdin_open: true
    volumes:
      - .:/myapp
    volumes_from:
      - cache

  cache:
    image: busybox
    volumes:
      - /cache