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
View File
@@ -19,4 +19,3 @@ services:
volumes: volumes:
- ./postgresql/postgresql:/var/lib/postgresql - ./postgresql/postgresql:/var/lib/postgresql
- ./postgresql/postgresql_data:/var/lib/postgresql/data - ./postgresql/postgresql_data:/var/lib/postgresql/data
- ./init_sonar_alm.sql:/init_sonar_alm.sql:ro
+1 -1
View File
@@ -20,7 +20,7 @@
- "{{ sonar_logs_dir }}" - "{{ sonar_logs_dir }}"
- name: Start SonarQube and PostgreSQL - name: Start SonarQube and PostgreSQL
command: docker-compose up -d command: docker compose up -d
args: args:
chdir: "{{ playbook_dir }}" chdir: "{{ playbook_dir }}"