Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 19f434c

Browse files
committed
feat(devcontainer): start elastic stack and forward kibana port
1 parent 2ef9c51 commit 19f434c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22
"name": "caltrans/pems",
33
"dockerComposeFile": ["../compose.yml"],
44
"service": "dev",
5-
"runServices": ["dev", "docs"],
6-
"forwardPorts": ["docs:8000"],
5+
"runServices": [
6+
"dev",
7+
"docs",
8+
"es01",
9+
"kibana",
10+
"metricbeat01",
11+
"filebeat01",
12+
"logstash01"
13+
],
14+
"forwardPorts": ["docs:8000", "kibana:5601"],
715
"workspaceFolder": "/home/caltrans/src",
816
"postAttachCommand": ["/bin/bash", ".devcontainer/postAttach.sh"],
917
"customizations": {

0 commit comments

Comments
 (0)