Files
prosody-podman/tests/bats/bats-core/docker-compose.yml
T
2026-08-02 15:26:07 +02:00

14 lines
244 B
YAML

version: '3.6'
services:
bats:
build:
context: "."
dockerfile: "Dockerfile"
networks:
- "default"
user: "root"
volumes:
- "./:/opt/bats"
networks:
default: