8 lines
204 B
YAML
8 lines
204 B
YAML
version: "3"
|
|
services:
|
|
image-checker:
|
|
build: .
|
|
#environment:
|
|
# - IMAGE_NAME=registry.gitlab.com/mygroup/myrepo/myimage:latest
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|