Skip to content

Commit

Permalink
feat(devcontainer): start elastic stack and forward kibana port
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Dec 6, 2024
1 parent dc8b3ea commit b5f80f9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@
"name": "caltrans/pems",
"dockerComposeFile": ["../compose.yml"],
"service": "dev",
"runServices": ["dev", "docs"],
"forwardPorts": ["docs:8000"],
"runServices": [
"dev",
"docs",
"es01",
"kibana",
"metricbeat01",
"filebeat01",
"logstash01"
],
"forwardPorts": ["docs:8000", "kibana:5601"],
"workspaceFolder": "/home/caltrans/src",
"postAttachCommand": ["/bin/bash", ".devcontainer/postAttach.sh"],
"customizations": {
Expand Down

0 comments on commit b5f80f9

Please sign in to comment.