version: "3" services: container1: image: nopush/podman-compose-test command: ["/bin/bash", "-c", "echo test1; sleep infinity"] container2: image: nopush/podman-compose-test command: ["/bin/bash", "-c", "echo test2; sleep infinity"]