Skip to content
Snippets Groups Projects
Commit 7baf8046 authored by nimrod's avatar nimrod
Browse files

First attempt.

parent d68b177c
No related branches found
No related tags found
No related merge requests found
Pipeline #467 passed
---
version: '3.7'
services:
registry:
environment: {}
healthcheck:
test:
- CMD-SHELL
- >-
wget
--spider
http://127.0.0.1:5000/v2/_catalog
|| exit 1
image: registry.hub.docker.com/library/registry:2.7.1
restart: always
volumes:
- "registry:/var/lib/registry"
reg:
command:
- "server"
- "--registry"
- "registry.shore.co.il"
- "--interval"
- "5m"
healthcheck:
test:
- CMD-SHELL
- >-
wget
--spider
http://127.0.0.1:8080/
|| exit 1
image: r.j3ss.co/reg:v0.16.1
restart: always
volumes:
registry:
networks:
default:
name: shore
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment