From 4a939af4cbe1a817a138ae5951b193e26488693b Mon Sep 17 00:00:00 2001 From: Matteo Vitali Date: Mon, 11 Mar 2024 15:19:12 +0100 Subject: [PATCH] Fix minors liniting and formatting (#267) --- {{cookiecutter.project_dirname}}/.gitlab-ci.yml | 2 +- {{cookiecutter.project_dirname}}/docker-compose.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/{{cookiecutter.project_dirname}}/.gitlab-ci.yml b/{{cookiecutter.project_dirname}}/.gitlab-ci.yml index a59054e1..33a9f737 100644 --- a/{{cookiecutter.project_dirname}}/.gitlab-ci.yml +++ b/{{cookiecutter.project_dirname}}/.gitlab-ci.yml @@ -22,7 +22,7 @@ services: .terraform: script: - - > + - > docker run --rm -u `id -u` -v ${PWD}:${PWD} diff --git a/{{cookiecutter.project_dirname}}/docker-compose.yaml b/{{cookiecutter.project_dirname}}/docker-compose.yaml index 159a14cf..a956d2e6 100644 --- a/{{cookiecutter.project_dirname}}/docker-compose.yaml +++ b/{{cookiecutter.project_dirname}}/docker-compose.yaml @@ -73,7 +73,7 @@ services: {{ cookiecutter.frontend_service_slug }}: condition: service_healthy{% endif %} healthcheck: - test: ["CMD", "traefik" ,"healthcheck", "--ping"] + test: ["CMD", "traefik", "healthcheck", "--ping"] interval: 30s timeout: 5s start_period: 5s @@ -91,7 +91,7 @@ services: - POSTGRES_INITDB_ARGS=--no-sync - POSTGRES_PASSWORD=postgres healthcheck: - test: ['CMD', 'pg_isready', '-U', 'postgres'] + test: ["CMD", "pg_isready", "-U", "postgres"] interval: 3s timeout: 3s retries: 30