Newer
Older
healthcheck:
test:
- CMD-SHELL
- >-
wget
--spider
http://127.0.0.1:5000/v2/_catalog
|| exit 1
reg:
command:
- "server"
- "--registry"
- "registry.shore.co.il"
- "--interval"
- "5m"
healthcheck:
test:
- CMD-SHELL
- >-
wget
--spider
http://127.0.0.1:8080/
|| exit 1
crond:
build:
context: crond/
restart: always
volumes:
- /run/docker.sock:/run/docker.sock