add exporter in frontend, fixes ST-382

This commit is contained in:
Gregor Vostrak
2024-09-11 12:49:26 +02:00
committed by Constantin Graf
parent 9a8945b0dc
commit 6dd9d5bab0
8 changed files with 258 additions and 33 deletions

View File

@@ -185,7 +185,10 @@ services:
- './docker/local/minio:/etc/minio'
networks:
- sail
- reverse-proxy
entrypoint: /etc/minio/create_bucket.sh
extra_hosts:
- "storage.${NGINX_HOST_NAME}:${REVERSE_PROXY_IP:-10.100.100.10}"
networks:
reverse-proxy:
name: "${NETWORK_NAME}"