fixes / optimisations

This commit is contained in:
Arseniy Kuznetsov
2024-07-07 10:05:36 +01:00
parent d3290d8f9b
commit 9511059c9a
4 changed files with 2595 additions and 2586 deletions
+4 -6
View File
@@ -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