Compose application

This commit is contained in:
Tamás Gérczei 2018-04-21 08:46:47 +02:00
parent d4c0f7c55c
commit 864542c56c
Signed by: tgerczei
GPG Key ID: 9E1246D452248DCE
1 changed files with 14 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@ -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