Skip to content

Commit

Permalink
enhance dev setup (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata authored Dec 16, 2021
1 parent c541ef6 commit 66f0869
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"hostPort": 8088
}
],
"customOptions": "--ip 172.18.0.11",
"volumes": [
// mount local source code for instant reload
// on changes
Expand Down
3 changes: 3 additions & 0 deletions docker/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ services:

networks:
actinia-dev:
ipam:
config:
- subnet: 172.18.0.0/16

0 comments on commit 66f0869

Please sign in to comment.