blob: 7feb2a0a70c7d9dd6b4e33911cc6e95c38cbf046 [file] [log] [blame] [edit]
services:
registry:
image: 'registry:2'
engine:
image: 'docker:${ENGINE_VERSION:-26.1}-dind'
privileged: true
command: ['--insecure-registry=registry:5000']
environment:
- DOCKER_TLS_CERTDIR=
notary-server:
build:
context: ./testdata
dockerfile: Dockerfile.notary-server
ports:
- 4443:4443
command: ['notary-server', '-config=/fixtures/notary-config.json']
evil-notary-server:
build:
context: ./testdata
dockerfile: Dockerfile.evil-notary-server
ports:
- 4444:4443
command: ['notary-server', '-config=/fixtures/notary-config.json']