Skip to content

Commit

Permalink
fix: add EDA_PODMAN_USER_ID env var use in compose files (#1101)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex <[email protected]>
  • Loading branch information
jshimkus-rh and Alex-Izquierdo authored Oct 18, 2024
1 parent 93eff67 commit bbb6efc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/docker/docker-compose-dev-redis-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ x-environment:

services:
podman:
user: ${EDA_PODMAN_USER_ID:-0}
image: ${EDA_PODMAN_IMAGE:-quay.io/containers/podman}:${EDA_PODMAN_VERSION:-v4}
privileged: true
command: >-
Expand Down
2 changes: 2 additions & 0 deletions tools/docker/docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ x-environment: &common-env

services:
podman-node1:
user: ${EDA_PODMAN_USER_ID:-0}
image: ${EDA_PODMAN_IMAGE:-quay.io/containers/podman}:${EDA_PODMAN_VERSION:-v4}
privileged: true
command: >-
Expand All @@ -63,6 +64,7 @@ services:
- "${EDA_PODMAN_NODE1_PORT:-8888}:8888"

podman-node2:
user: ${EDA_PODMAN_USER_ID:-0}
image: ${EDA_PODMAN_IMAGE:-quay.io/containers/podman}:${EDA_PODMAN_VERSION:-v4}
privileged: true
command: >-
Expand Down
1 change: 1 addition & 0 deletions tools/docker/docker-compose-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ x-environment:

services:
podman:
user: ${EDA_PODMAN_USER_ID:-0}
image: ${EDA_PODMAN_IMAGE:-quay.io/containers/podman}:${EDA_PODMAN_VERSION:-v4}
privileged: true
command: >-
Expand Down

0 comments on commit bbb6efc

Please sign in to comment.