Files
docker-docs/docker-compose.yml
David Lawrence 70f9f3277a viper config for notary signer
Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
2015-07-27 17:33:11 -07:00

24 lines
455 B
YAML

notaryserver:
build: .
dockerfile: notary-server-Dockerfile
links:
- notarymysql
- notarysigner
ports:
- "8080"
- "4443:4443"
environment:
SERVICE_NAME: notary
notarysigner:
volumes:
- /dev/bus/usb/003/010:/dev/bus/usb/002/010
- /var/run/pcscd/pcscd.comm:/var/run/pcscd/pcscd.comm
build: .
dockerfile: notary-signer-Dockerfile
links:
- notarymysql
notarymysql:
build: ./notarymysql/
ports:
- "3306:3306"