mirror of
https://github.com/willfarrell/docker-autoheal.git
synced 2024-12-06 19:16:20 +01:00
5b99d0280f
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>
13 lines
244 B
YAML
Executable File
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
|