Skip to content

Commit

Permalink
more pw debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Aug 21, 2023
1 parent 5e2abe9 commit e5f9d35
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
# run: docker-compose --env-file $ENV_FILE --profile hades up -d
#- name: Build atlas profile
# run: docker-compose --env-file $ENV_FILE --profile atlas-from-image up -d
- name: Test atlasdb
run: |
sudo apt-get update
sudo apt-get install --yes --no-install-recommends postgresql-client
pg_isready -d postgres -h 127.0.0.1 -p 5432 -U postgres
- name: Build webapi profile, sleep 3 mins
#- name: Test atlasdb
# run: |
# sudo apt-get update
# sudo apt-get install --yes --no-install-recommends postgresql-client
# pg_isready -d postgres -h 127.0.0.1 -p 5432 -U postgres
- name: Build webapi profile
run: |
cat ./secrets/webapi/WEBAPI_DATASOURCE_PASSWORD
docker-compose --env-file $ENV_FILE --profile webapi-from-image up -d
sleep 180
docker logs ohdsi-webapi
#- name: Test content container
# run: curl -s $LOCALHOST_URL
Expand Down
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ services:
platform: linux/amd64
cpus: 2
mem_limit: "2G"
environment:
POSTGRES_PASSWORD: mypass
ports:
- "5432:5432"
volumes:
Expand Down Expand Up @@ -400,6 +402,10 @@ services:
- ${DBT_PROJECT_PATH}:/usr/app
- ${DBT_PROFILE_PATH}:/root/.dbt/

#broadsea-init-cdm-atlas:
# profiles: [ "cdm-postprocessing", "init-cdm-atlas" ]
# build: ./

### Perseus

perseus-shareddb:
Expand Down

0 comments on commit e5f9d35

Please sign in to comment.