haddock 0.1.3

Docker Compose for Podman
1
2
3
4
5
6
7
8
9
services:
  a:
    image: nginx:alpine
    ports: [80]
  b:
    image: nginx:alpine
    ports: [80]
    depends_on:
      - a