craneoperator/docker-compose.yml

11 lines
172 B
YAML
Raw Normal View History

2015-08-18 17:23:38 +00:00
web:
build: .
volumes:
- .:/webapp
ports:
2016-09-21 18:16:26 +00:00
- "9998:80"
2015-08-18 17:23:38 +00:00
environment:
2016-09-21 18:16:26 +00:00
REGISTRY_PORT: 5000
2015-08-18 17:23:38 +00:00
REGISTRY_HOST: 192.168.99.100
REGISTRY_SSL_VERIFY: false