Skip to content

Commit

Permalink
Forward website port in compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 committed Mar 6, 2024
1 parent 021ad7a commit 031baa3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"docker-compose.yml"
],
"forwardPorts": [
3005, // website
8000 // docs
],
"service": "sailbot-workspace",
Expand Down
2 changes: 2 additions & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
build:
context: .
dockerfile: Dockerfile
ports:
- "3005:3005"
volumes:
- ..:/workspaces/sailbot_workspace:cached
- sailbot-new-project-bashhistory:/home/ros/commandhistory:delegated
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
runs:
using: "composite"
steps:
# TODO: remove once monorepo
# TODO: remove once monorepo and combine website docker compose into main one
- name: Setup Code
shell: bash
run: |
Expand Down

0 comments on commit 031baa3

Please sign in to comment.