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

Commit 2bac2a9

Browse files
author
Mike Holloway
committed
default expose port 9089 but map to container port 9090, use default trickster.conf
1 parent a694682 commit 2bac2a9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
version: "3.4"
22

3-
configs:
4-
trickster_config:
5-
file: ./trickster.conf
3+
#configs:
4+
# trickster_config:
5+
# file: ./trickster.conf
66

77
services:
88
trickster:
99
image: tricksterio/trickster:1.0-beta8
10-
configs:
11-
- source: trickster_config
12-
target: /etc/trickster/trickster.conf
10+
#configs:
11+
# - source: trickster_config
12+
# target: /etc/trickster/trickster.conf
1313
deploy:
1414
mode: replicated
1515
replicas: 1
1616
ports:
1717
- "8082:8082"
18-
- "9089:9089"
18+
- "9089:9090"

trickster.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[proxy_server]
88
# listen_port defines the port on which Trickster's Proxy server listens.
99
# since this is a proxy for Prometheus, we use 9090 by default, just like Prometheus does
10-
listen_port = 9089
10+
#listen_port = 9090
1111
# listen_address defines the ip on which Trickster's Proxy server listens.
1212
# empty by default, listening on all interfaces
1313
# listen_address =

0 commit comments

Comments
 (0)