docker-pose 0.5.0

Command line tool to play with 🐳 Docker Compose files.
Documentation
1
2
3
4
5
services:
  app:
    image: "app:${TAG:-latest}"
    ports:
      - "8000:8000"