Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Hide debug info in docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhut committed Mar 4, 2019
1 parent 2d7914c commit cce660e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/pylon/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,7 @@ services:
build:
context: .
dockerfile: build/pylon.dockerfile
environment:
REST_SERVER_URI: http://10.151.40.234:9186
K8S_API_SERVER_URI: http://10.151.40.234:8080
WEBHDFS_URI: http://10.151.40.234:5070
WEBHDFS_LEGACY_PORT: 50070
PROMETHEUS_URI: http://10.151.40.234:9091
ALERT_MANGER_URI: http://10.151.40.234:9093
K8S_DASHBOARD_URI: http://10.254.252.222:80
YARN_WEB_PORTAL_URI: http://10.151.40.234:8088
GRAFANA_URI: http://10.151.40.234:3000
PAI_WEB_PORTAL_URI: http://10.151.40.234:9286
env_file: .env
ports:
- "8080:80"
- "50070:50070"

0 comments on commit cce660e

Please sign in to comment.