Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions alloy-obol-shared.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Expose Alloy Obol port for UI access
services:
alloy-obol:
ports:
- ${SHARE_IP:-}:${ALLOY_OBOL_PORT:-12346}:12345/tcp
2 changes: 2 additions & 0 deletions default.env
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ PROMETHEUS_PORT=9090
PROMETHEUS_RETENTION_TIME=40d
# Alloy port used when exposing directly on host; used for UI access
ALLOY_PORT=12345
# Alloy Obol port used when exposing directly on host; used for UI access
ALLOY_OBOL_PORT=12346
# Loki port used when exposing directly on host; used for receiving logs from other servers
LOKI_PORT=3100
# Tempo ports used when exposing directly on host; used for receiving traces
Expand Down
Loading