Compose application

Este commit está contenido en:
Tamás Gérczei 2018-04-21 08:46:47 +02:00
padre d4c0f7c55c
commit 864542c56c
Firmado por: tgerczei
ID de clave GPG: 9E1246D452248DCE
Se han modificado 1 ficheros con 14 adiciones y 0 borrados

14
docker-compose.yml Archivo normal
Ver fichero

@ -0,0 +1,14 @@
version: '2'
# a Docker Registry for home use | @21/04/18
# TODO: add authentication and SSL
services:
registry:
container_name: registry
hostname: registry
image: registry:arm32v6
ports:
- 5000:5000
volumes:
- /iscsi-data:/var/lib/registry:rw