summaryrefslogtreecommitdiffstats
path: root/lib/ansible/galaxy/data/container/meta/container.yml.j2
blob: f033d34110e895cb3edb22f0035c0392c6f41e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Add your Ansible Container service definitions here.
# For example:
  #
  # web:
  #   image: ubuntu:trusty
  #   ports:
  #     - "80:80"
  #   command: ['/usr/bin/dumb-init', '/usr/sbin/apache2ctl', '-D', 'FOREGROUND']
  #   dev_overrides:
  #     environment:
  #       - "DEBUG=1"