mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-11 09:11:47 +01:00
12 lines
249 B
YAML
12 lines
249 B
YAML
---
|
|
dockerhub_version: "{{ lookup('file', playbook_dir + '/../VERSION') }}"
|
|
|
|
awx_image: "awx"
|
|
redis_image: "redis"
|
|
|
|
postgresql_version: "12"
|
|
postgresql_image: "postgres:{{postgresql_version}}"
|
|
|
|
compose_start_containers: true
|
|
upgrade_postgres: false
|