docker-compose-types 0.24.0

Deserialization and Serialization of docker-compose.yml files in a relatively strongly typed fashion.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
version: '2'
services:
  simple:
    image: busybox:1.31.0-uclibc
    command: top
    expose:
      - '3000'
      - '3001/tcp'
      - '3001/udp'
      - '3002-3003'
      - '3004-3005/tcp'
      - '3006-3007/udp'