Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ services:
condition: service_healthy

sandbox:
# sandbox:latest is built on 3.4.7, not latest from sandbox-manager-v3 which is 3.4.9
image: logicahealth/sandbox:latest
volumes:
- ../sandbox-manager-v3/projects/sandbox-manager/src/redux/action-creators/hooks.js:/projects/sandbox-manager/src/redux/action-creators/hooks.js
ports:
- "3000:3000"
- "3001:3001"
Expand Down
14 changes: 14 additions & 0 deletions sandbox-community-edition.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"folders": [
{
"path": "."
},
{
"path": "../sandbox-manager-v3"
},
{
"path": "../sandbox-manager-ui"
}
],
"settings": {}
}