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'
- '--storage.tsdb.path=/prometheus'
restart: unless-stopped
ports:
- 9090:9090
networks:
- default
labels:
@ -54,8 +52,6 @@ services:
image: mktxp:latest
volumes:
- './mktxp/:/root/mktxp/'
ports:
- 49090:49090
networks:
- default
restart: unless-stopped