collect docker-compose for termWork!
###How to run?
- At first or want to rebuild:
docker-compose -f application.yml up -d
- Next time:
docker-compose -f application.yml start
- Stop service:
docker-compose -f application.yml stop
###Instruction
####application.yml
-
mediawiki run on 0.0.0.0:10080 wikimedia/mediawiki
-
weinre run on 0.0.0.0:8080 pmuellr/weinre
####gitlab.yml
- gitlab run on 0.0.0.0:13080
####libreboard.yml
- libreboard run on 0.0.0.0:15080 libreboard/libreboard
####monitor.yml
- cadvisor run on 0.0.0.0:11080 google/cadvisor
###License
term-docker-compose is licensed under the MIT license.
###Welcome to report an Issue / Contributing