1# Add your Ansible Container service definitions here.
2# For example:
3  #
4  # web:
5  #   image: ubuntu:trusty
6  #   ports:
7  #     - "80:80"
8  #   command: ['/usr/bin/dumb-init', '/usr/sbin/apache2ctl', '-D', 'FOREGROUND']
9  #   dev_overrides:
10  #     environment:
11  #       - "DEBUG=1"
12