fix: remove init sql script from docker compose, update version of docker compsoe in playbook.yml

This commit is contained in:
ovchinnikov.ii
2025-12-08 15:38:17 -05:00
parent 7454f6d686
commit 1e8ae92544
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
- "{{ sonar_logs_dir }}"
- name: Start SonarQube and PostgreSQL
command: docker-compose up -d
command: docker compose up -d
args:
chdir: "{{ playbook_dir }}"