Muayyad Alsadi

Results 176 comments of Muayyad Alsadi

We have two major releases 0.1.x which predates inter-container communication in legacy podman versions < 3.2.0 1.0.x which uses new `podman network create` and dns plugin And the current devel...

Please update your version to latest devel vranch See readme for details

I would love for the podman-compose.py to be a standalone script too. I don't want to add unnecessary dependencies

The approach I'm aiming for delegate the logic to podman using `--requires` ``` podman pod create --name mypod podman create --pod mypod --name mypod_db podman create --pod mypod --requires mypod_db...

> it's a short syntax depends_on, correct? short syntax means require the container to be started. for long syntax current implementation is to convert all decencies to short ones the...

I said: > I'll post my personal opinion very soon so let's go first of all thank you for your contribution I really really appreciate your time and effort. I'll...

> maybe we ask podman to support --require=: >> Sure, I don't really care where it's implemented as long as it works, it's currently kind of a blocker for our...

Yes, here is the systemd unit ``` $ cat ~/.config/containers/compose/projects/simple.env COMPOSE_PROJECT_DIR=/home/alsadi/proj/podman-compose/tests/simple COMPOSE_FILE=docker-compose.yaml COMPOSE_PROJECT_NAME=simple COMPOSE_PATH_SEPARATOR=: $ systemctl --user cat podman-compose@simple # /usr/lib/systemd/user/[email protected] [Unit] Description=%i rootless pod (podman-compose) [Service] Type=simple EnvironmentFile=%h/.config/containers/compose/projects/%i.env ExecStartPre=-/home/alsadi/proj/podman-compose/podman_compose.py...

Ok. I'll try to do that this week end

this seems to be fixed here, but it's podman not respecting as @bilal-ameer-ivolve mensioned https://github.com/containers/podman-compose/commit/047820dbf198bf27cd24f372afcc25c9395b5f44