fixes / optimisations
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: '3.9'
|
||||
|
||||
networks:
|
||||
mktxp: {}
|
||||
|
||||
@@ -11,9 +9,9 @@ services:
|
||||
mktxp:
|
||||
container_name: mktxp
|
||||
image: ghcr.io/akpw/mktxp:latest
|
||||
user: root
|
||||
user: mktxp
|
||||
volumes:
|
||||
- './mktxp/:/root/mktxp/'
|
||||
- './mktxp/:/home/mktxp/mktxp/'
|
||||
networks:
|
||||
mktxp: null
|
||||
restart: unless-stopped
|
||||
@@ -34,7 +32,7 @@ services:
|
||||
- protocol: tcp
|
||||
published: 3000
|
||||
target: 3000
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- grafana_storage:/var/lib/grafana
|
||||
- ./grafana/provisioning/datasources:/etc/grafana/provisioning/datasources:ro
|
||||
@@ -54,7 +52,7 @@ services:
|
||||
ports:
|
||||
- published: 9090
|
||||
target: 9090
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml:ro
|
||||
- prometheus_storage:/prometheus
|
||||
|
||||
Reference in New Issue
Block a user