Skip to content

Commit

Permalink
chore: added forwardPorts (#2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
indexing authored Jan 8, 2025
2 parents bf8c9c6 + da90ed9 commit 8a6b4d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"dockerComposeFile": ["../compose.yml"],
"service": "dev",
"runServices": ["dev", "docs", "server"],
"forwardPorts": ["docs:8001", "server:8000"],
"workspaceFolder": "/calitp/app",
"postStartCommand": ["/bin/bash", "bin/reset_db.sh"],
"postAttachCommand": ["/bin/bash", ".devcontainer/postAttach.sh"],
Expand Down

0 comments on commit 8a6b4d5

Please sign in to comment.