do not expose prometheus and mktxp ports

This commit is contained in:
Leon Morten Richter 2022-06-30 14:05:51 +02:00
parent dc73cce440
commit 9a9e21451b
No known key found for this signature in database
GPG key ID: 9903A6789FCE9468

View file

@ -18,8 +18,6 @@ services:
- '--config.file=/etc/prometheus/prometheus.yml' - '--config.file=/etc/prometheus/prometheus.yml'
- '--storage.tsdb.path=/prometheus' - '--storage.tsdb.path=/prometheus'
restart: unless-stopped restart: unless-stopped
ports:
- 9090:9090
networks: networks:
- default - default
labels: labels:
@ -54,8 +52,6 @@ services:
image: mktxp:latest image: mktxp:latest
volumes: volumes:
- './mktxp/:/root/mktxp/' - './mktxp/:/root/mktxp/'
ports:
- 49090:49090
networks: networks:
- default - default
restart: unless-stopped restart: unless-stopped