Skip to content

Commit

Permalink
Update local folder mounts in docker-compose configuration
Browse files Browse the repository at this point in the history
- We missed switching a couple local folder mounts over to using `LOCAL_WORKSPACE_FOLDER`.

Signed-off-by: Wade Barnes <[email protected]>
  • Loading branch information
WadeBarnes committed Jul 23, 2024
1 parent 0dd5377 commit e32d0fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
- ${LOCAL_WORKSPACE_FOLDER-..}/jc-interface-client/:/opt/app-root/src/jc-interface-client
- api-dev-bin:/opt/app-root/src/api/bin
- api-dev-obj:/opt/app-root/src/api/obj
- ./seed:/opt/app-root/data
- ${LOCAL_WORKSPACE_FOLDER-.}/seed:/opt/app-root/data
depends_on:
- db
command: >
Expand All @@ -94,7 +94,7 @@ services:
ports:
- 5432:5432
volumes:
- ./tmp:/tmp2
- ${LOCAL_WORKSPACE_FOLDER-.}/tmp:/tmp2

volumes:
api-dev-bin:
Expand Down

0 comments on commit e32d0fc

Please sign in to comment.