Files
docker-autoheal/tests/docker-compose.autoheal.yml
T
Andreas Perhab da333f55b1 enable tests to use unique project and autoheal labels for CI
on CI servers where multiple docker containers run we might not
want to restart docker containers from other builds running in
parallel
2021-03-02 08:18:45 +01:00

13 lines
244 B
YAML

version: '3.7'
services:
watch-autoheal:
build: watch-autoheal
restart: "no"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
environment:
COMPOSE_PROJECT_NAME: $COMPOSE_PROJECT_NAME
network_mode: none