Replaced hardcoded image names in the `compose.yaml` file with variables defined in `vars/main.yml`. This makes the configuration more flexible and easier to customize.
8 lines
253 B
YAML
8 lines
253 B
YAML
---
|
|
# vars file for ansible_role_chill
|
|
|
|
chill_image_redis: "redis"
|
|
chill_image_rabbitmq: "rabbitmq:3-management-alpine"
|
|
chill_image_relatorio: "registry.gitlab.com/champs-libres/public/relatorio-tornado/app:latest"
|
|
traefik_image_traefik: "traefik:v3.2"
|