Files
docker-autoheal/tests/docker-compose.autoheal.yml
modem7 5b99d0280f Updating image
Updated Dockerfile and scripts with some of the latest PR's, and work from tylerpace.

Adding a few files back from original repo such as tests and github workflow.

Co-Authored-By: Tyler Pace <4195596+tylerpace@users.noreply.github.com>
2023-09-15 15:32:52 +01:00

13 lines
244 B
YAML
Executable File

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