Skip to content

Commit

Permalink
Updated folder for dev worklfow, fix hidden folder
Browse files Browse the repository at this point in the history
  • Loading branch information
larslemos committed Sep 17, 2023
1 parent d99b2c6 commit 17efd49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ohri-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Copy files to /home/runner/
run: |
ls -la -t
cp -r $GITHUB_WORKSPACE/github/.ssh/ /home/runner/
cp -r $GITHUB_WORKSPACE/.github/ssh/ /home/runner/
- name: List contents of /home/runner/
run: ls -la /home/runner/
Expand Down
14 changes: 2 additions & 12 deletions docker-compose-ohri-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ services:
- frontend
- backend
ports:
- "8083:80"
# - "8083:8083"
- "80:80"

frontend:
image: histacoohri/ohri-dev-frontend:next
Expand All @@ -21,9 +20,6 @@ services:
timeout: 10s
depends_on:
- backend
# OHRI customizations
#volumes:
# - ./frontend/ohri-config.json:/usr/share/nginx/html/ohri-config.json

backend:
image: histacoohri/ohri-dev-backend-2_6:next
Expand Down Expand Up @@ -64,10 +60,4 @@ services:

volumes:
ohri-openmrs-data: ~
ohri-db-data: ~


networks:
default:
external: true
name: ohri
ohri-db-data: ~
11 changes: 2 additions & 9 deletions docker-compose-ohri-working.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ services:
- frontend
- backend
ports:
- "8083:80"
# - "8083:8083"
- "80:80"

frontend:
image: histacoohri/ohri-working-frontend:next
Expand Down Expand Up @@ -64,10 +63,4 @@ services:

volumes:
ohri-openmrs-data: ~
ohri-db-data: ~


networks:
default:
external: true
name: ohri
ohri-db-data: ~

0 comments on commit 17efd49

Please sign in to comment.