Skip to content

Commit

Permalink
Show status
Browse files Browse the repository at this point in the history
  • Loading branch information
cweider committed Oct 22, 2024
1 parent bd549bf commit 41d0483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
working-directory: courtlistener/docker/courtlistener
run: docker compose logs --since 90m
- name: CAT cl-postgres cert
run: docker exec cl-postgres cat /etc/ssl/private/cl-postgres.crt
run: docker exec cl-postgres stat /etc/ssl/private/cl-postgres.key

# Run the checks and tests
- name: List docker container statuses
Expand Down
3 changes: 3 additions & 0 deletions docker/courtlistener/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ services:
secrets:
- source: cl-postgres.crt
target: /etc/ssl/private/cl-postgres.crt
mode: "0400"
- source: cl-postgres.key
target: /etc/ssl/private/cl-postgres.key
mode: "0400"
command:
- "postgres"
- "-c"
- "ssl=on"
- "-c"
Expand Down

0 comments on commit 41d0483

Please sign in to comment.