TripleParity/docks-api

View on GitHub
docker-compose.local.yml

Summary

Maintainability
Test Coverage
# Used for integration testing with docker-compose.yml as the base config

version: '3.3'

services:

  api:
    image: docks-api:local
    build:
      context: .
      dockerfile: Dockerfile