14 lines
295 B
YAML
14 lines
295 B
YAML
---
|
|
app_name: redlib
|
|
|
|
# Container configuration
|
|
redlib_container_name: "{{ app_name | default('redlib') }}"
|
|
redlib_container_version: latest
|
|
redlib_restart_policy: "{{ app_restart_policy }}"
|
|
|
|
# Network configuration
|
|
redlib_http_port: 8080
|
|
|
|
# App-specific configuration
|
|
redlib_extra_env_vars: {}
|