Add services.xml volume to health-proxy service for improved configuration access

This commit is contained in:
MayaChat
2025-11-24 12:46:00 -05:00
parent 97ba8cc3ce
commit 6d5aab17a8

View File

@@ -26,6 +26,7 @@ services:
working_dir: /app working_dir: /app
volumes: volumes:
- ./backend/health-proxy.py:/app/health-proxy.py:ro - ./backend/health-proxy.py:/app/health-proxy.py:ro
- ./services.xml:/usr/share/nginx/html/services.xml:ro
environment: environment:
- HEALTH_TOKEN= - HEALTH_TOKEN=
command: ["sh", "-c", "pip install flask requests && python health-proxy.py"] command: ["sh", "-c", "pip install flask requests && python health-proxy.py"]