Merge dev into main #17
@@ -21,7 +21,7 @@ services:
|
|||||||
- TELEGRAM_CHAT_ID=${TELEGRAM_CHAT_ID:-}
|
- TELEGRAM_CHAT_ID=${TELEGRAM_CHAT_ID:-}
|
||||||
- TELEGRAM_PROXY=${TELEGRAM_PROXY:-}
|
- TELEGRAM_PROXY=${TELEGRAM_PROXY:-}
|
||||||
- CORS_ORIGINS=https://dev.nas.jimmygan.com,https://dev.nas.jimmygan.com:8443
|
- CORS_ORIGINS=https://dev.nas.jimmygan.com,https://dev.nas.jimmygan.com:8443
|
||||||
- LITELLM_URL=http://host.docker.internal:4005
|
- LITELLM_URL=http://litellm:4005
|
||||||
volumes:
|
volumes:
|
||||||
- /volume1:/volume1
|
- /volume1:/volume1
|
||||||
- /volume1/docker/nas-dashboard/ssh/dashboard_terminal:/app/ssh/id_ed25519:ro
|
- /volume1/docker/nas-dashboard/ssh/dashboard_terminal:/app/ssh/id_ed25519:ro
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ services:
|
|||||||
- "127.0.0.1:${LITELLM_PORT:-4005}:4005"
|
- "127.0.0.1:${LITELLM_PORT:-4005}:4005"
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config:ro
|
- ./config:/config:ro
|
||||||
|
networks:
|
||||||
|
- nas-dashboard_internal
|
||||||
command:
|
command:
|
||||||
- "--config"
|
- "--config"
|
||||||
- "/config/litellm.yaml"
|
- "/config/litellm.yaml"
|
||||||
@@ -25,3 +27,7 @@ services:
|
|||||||
options:
|
options:
|
||||||
max-size: "10m"
|
max-size: "10m"
|
||||||
max-file: "3"
|
max-file: "3"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
nas-dashboard_internal:
|
||||||
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user