Skip to content

Commit

Permalink
Fix minors liniting and formatting (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
trottomv authored Mar 11, 2024
1 parent 3a22249 commit 4a939af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_dirname}}/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:

.terraform:
script:
- >
- >
docker run --rm
-u `id -u`
-v ${PWD}:${PWD}
Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.project_dirname}}/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4a939af

Please sign in to comment.