Stack on second machine running podman can't be managed in the UI #639

Open
opened 2025-10-31 15:16:53 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @nathn123 on GitHub (Oct 22, 2025).

So I just installed periphery on a bazzite mini-pc and when i try to deploy a stack i get this error

`
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.

Executing external compose provider "/usr/bin/podman-compose". Please see podman-compose(1) for how to disable this message. <<<<

CRITICAL:podman_compose:no compose.yaml, docker-compose.yml or container-compose.yml file found, pass files with -f
Error: executing /usr/bin/podman-compose -p ollama logs --tail 100: exit status 255

`

this issue appears to be that podman-compose requires the compose file to run

as this correctly runs
bash-5.2# /usr/bin/podman-compose -f /etc/komodo/stacks/ollama/compose.yaml -p ollama logs --tail 100 5137d2561464 time=2025-10-22T17:48:00.206Z level=INFO source=routes.go:1511 msg="server config"

my suggestion would be to add a reference to the stack compose file to the podman-compose commands

Originally created by @nathn123 on GitHub (Oct 22, 2025). So I just installed periphery on a bazzite mini-pc and when i try to deploy a stack i get this error ` Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. >>>> Executing external compose provider "/usr/bin/podman-compose". Please see podman-compose(1) for how to disable this message. <<<< CRITICAL:podman_compose:no compose.yaml, docker-compose.yml or container-compose.yml file found, pass files with -f Error: executing /usr/bin/podman-compose -p ollama logs --tail 100: exit status 255 ` this issue appears to be that podman-compose requires the compose file to run as this correctly runs ` bash-5.2# /usr/bin/podman-compose -f /etc/komodo/stacks/ollama/compose.yaml -p ollama logs --tail 100 5137d2561464 time=2025-10-22T17:48:00.206Z level=INFO source=routes.go:1511 msg="server config" ` my suggestion would be to add a reference to the stack compose file to the podman-compose commands
Author
Owner

@nathn123 commented on GitHub (Oct 22, 2025):

I've made an attempt at what i think will work here, but I've never written rust before

@nathn123 commented on GitHub (Oct 22, 2025): I've made an attempt at what i think will work here, but I've never written rust before
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#639
No description provided.