200ok-ch/organice

View on GitHub
docker-compose-dev.yaml

Summary

Maintainability
Test Coverage
version: "3"
services:
  organice:
    image: "twohundredok/organice:latest"
    build:
      context: .
    ports:
      - "5000:5000"