Files
meet/bin
briquet 2970420b84 🔧(podman) make the dev stack work with rootless podman
Rootless podman maps container UID 0 to the host user and every other
container UID to a subuid that owns nothing in the worktree, so the usual
DOCKER_USER=$(id -u):$(id -g) makes every bind mount effectively
read-only.

Add a compose.podman.yml to override the compose.yml and set
`userns_mode: keep-id` in order to map the host user to the same UID and UID
inside the container. The merge of the docker compose file is now done with
the COMPOSE_FILE environment variable
2026-09-18 15:17:21 +02:00
..
2024-06-25 12:48:54 +02:00
2025-01-14 10:15:27 +01:00
2024-06-25 12:48:54 +02:00
2026-09-01 13:59:43 +02:00
2024-06-25 12:48:54 +02:00
2025-01-14 10:15:27 +01:00
2025-01-14 10:15:27 +01:00