--- services: glance: container_name: {{ glance_container_name }} image: glanceapp/glance:{{ glance_container_version }} restart: {{ glance_restart_policy }} volumes: - {{ glance_config_path }}:/app/config ports: - "{{ glance_http_port }}:8080"