Skip to content

Commit d87bc72

Browse files
authored
Merge pull request internetarchive#11172 from scottbarnes/add-haproxy-metrics-to-docker-compose
Feature: add prometheus logging
2 parents 4be0921 + 75dfc22 commit d87bc72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compose.production.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ services:
164164
- ../olsystem/etc/haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
165165
expose:
166166
- 7072
167+
ports:
168+
# For prometheus logging
169+
- 8405:8405
167170
logging:
168171
options:
169172
max-size: "512m"

0 commit comments

Comments
 (0)