# Version 2 is the latest that is supported by docker-compose in # Ubuntu Xenial. version: '2' services: gerritbot: image: docker.io/opendevorg/gerritbot:latest network_mode: host # TODO For testing our broken config may cause this to restart # in a loop making freenode sad. Avoid that for now while we # sort out how to test this. restart: 'no' volumes: # This contains the main config, channel config, and ssh key - /etc/gerritbot:/etc/gerritbot