16 lines
365 B
YAML
16 lines
365 B
YAML
---
|
|
app_name: glance
|
|
|
|
# Container configuration
|
|
glance_container_name: "{{ app_name | default('glance') }}"
|
|
glance_container_version: latest
|
|
glance_restart_policy: "{{ app_restart_policy }}"
|
|
|
|
# Network configuration
|
|
glance_http_port: 8080
|
|
|
|
# Volume paths
|
|
glance_config_path: "{{ app_dir }}/config"
|
|
|
|
# App-specific configuration
|
|
glance_config_template: glance.yml.j2 |