Fix the couchbase version

This commit is contained in:
Andrea Dell'Amico 2023-07-19 16:08:55 +02:00
parent 4a42bc214b
commit 76a82a8f6b
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ open_asfa_pg_volume_device: ""
open_asfa_db_allowed_hosts:
- '127.0.0.1/8'
open_asfa_db_constraints: '[node.labels.pg_data_asfa_test==asfa_server_test]'
open_asfa_pgadmin_image: 'dpage/pgadmin4'
open_asfa_pgadmin_image: 'dpage/pgadmin4:5'
open_asfa_pgadmin_data_vol: 'asfa_test_pgadmin_data'
open_asfa_pgadmin_volume_type: 'local'
open_asfa_pgadmin_volume_o: ""

View File

@ -58,7 +58,7 @@
labels_state: 'merge'
when: open_asfa_pgadmin_volume_type == "local"
- name: Install the docker compose file for postgresql and pgadmin
- name: Install the docker compose file of postgresql and pgadmin
ansible.builtin.template:
src: open-asfa-db-docker-compose.yml.j2
dest: "{{ open_asfa_compose_dir }}/docker-open-asfa-stack-db-test.yml"