mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
21 lines
402 B
YAML
21 lines
402 B
YAML
notaryserver:
|
|
build: .
|
|
dockerfile: notary-server-Dockerfile
|
|
links:
|
|
- notarymysql
|
|
ports:
|
|
- "8080:8080"
|
|
- "4443:4443"
|
|
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"
|