Add services.xml volume to health-proxy service for improved configuration access
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user