Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
tnaccarato committed Aug 11, 2024
1 parent 291dc2f commit 9ab31d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Health Check
run: |
sleep 10 # Give the containers some time to start
curl --fail https://localhost || (docker compose -f docker-compose-build.yml logs nginx && \
curl --fail -k https://localhost || (docker compose -f docker-compose-build.yml logs nginx && \
docker compose -f docker-compose-build.yml exec web cat /app/vis_phewas/debug.log && exit 1)
- name: Run Integration Tests
Expand Down
4 changes: 0 additions & 4 deletions docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ services:
build:
context: .
dockerfile: Dockerfile.postgres
environment:
POSTGRES_DB: ${POSTGRES_DB}
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
env_file:
- docker.env
volumes:
Expand Down

0 comments on commit 9ab31d1

Please sign in to comment.