diff --git a/.github/workflows/ohri-dev.yml b/.github/workflows/ohri-dev.yml index b4d03f103..f9019a1e8 100644 --- a/.github/workflows/ohri-dev.yml +++ b/.github/workflows/ohri-dev.yml @@ -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/ diff --git a/docker-compose-ohri-dev.yml b/docker-compose-ohri-dev.yml index f0c6048ad..2d2274886 100644 --- a/docker-compose-ohri-dev.yml +++ b/docker-compose-ohri-dev.yml @@ -7,8 +7,7 @@ services: - frontend - backend ports: - - "8083:80" - # - "8083:8083" + - "80:80" frontend: image: histacoohri/ohri-dev-frontend:next @@ -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 @@ -64,10 +60,4 @@ services: volumes: ohri-openmrs-data: ~ - ohri-db-data: ~ - - -networks: - default: - external: true - name: ohri \ No newline at end of file + ohri-db-data: ~ \ No newline at end of file diff --git a/docker-compose-ohri-working.yml b/docker-compose-ohri-working.yml index ab98fa5f0..4184e90c7 100644 --- a/docker-compose-ohri-working.yml +++ b/docker-compose-ohri-working.yml @@ -7,8 +7,7 @@ services: - frontend - backend ports: - - "8083:80" - # - "8083:8083" + - "80:80" frontend: image: histacoohri/ohri-working-frontend:next @@ -64,10 +63,4 @@ services: volumes: ohri-openmrs-data: ~ - ohri-db-data: ~ - - -networks: - default: - external: true - name: ohri \ No newline at end of file + ohri-db-data: ~ \ No newline at end of file