Oleksandr

Results 8 comments of Oleksandr

> pasta network mode cannot make traefik docker provider discover the container IP @fsdrw08 Can You provide an example of podman-compose file that allows traefik to work with other containers?...

Thank you, Friedemann Yep, socket-activation is a better solution. I want to try "pasta" until socket-activation for Traefik is not ready. I just updated yesterday from Fedora 39 to 40....

It looks like I am doing something wrong. ``` rootless@aborniakFC:~/podman/n8n$ podman version Client: Podman Engine Version: 5.0.1 API Version: 5.0.1 Go Version: go1.22.1 Built: Mon Apr 1 03:00:00 2024 OS/Arch:...

I've already tried it and it looks like pasta is not used in this case. >Removing "network_mode: pasta" from the config creates a container in a bridge network. This is...

@yznerf It is useful info. Thank you for your assistance and have a nice weekend.

I mean, I want to use "dataPath" to transform ``` "1": { "id": 1, "employeeId": 1, "firstName": "John", "lastName": "Doe", "email": "[email protected]", "status": "enabled", "lastLogin": "2011-03-19T10:16:00+00:00" } ``` to the...

@vvysotskyi Volodymyr -I am not sure, but I might use [Schema for HTTP Plugin](https://github.com/apache/drill/pull/2526) to achieve it, or possibly you can suggest another workaround of how it can be resolved....

I tried to use XML version, but it doesn’t work as I expect. This is my http config: ``` { "type": "http", "connections": { "bamboohr": { "url": "https://api.bamboohr.com/api/gateway.php/company/v1/meta/users/", "requireTail": false,...