mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 15:36:49 +00:00
Refactor docker-compose.yml to update URLs and remove unnecessary network configurations
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
x-environment: &default-environment
|
||||
LOG_LEVEL: "DEBUG"
|
||||
ACME_PATH: "./acme.json"
|
||||
NETWORK: "${NETWORK:-host}"
|
||||
FIN_LOCATION: ""
|
||||
STREAMLIT_FIN_SERVER_PORT: "8501"
|
||||
GROQ_API_KEY: "${GROQ_API_KEY}"
|
||||
BAI_LOCATION: ""
|
||||
STREAMLIT_BAI_SERVER_PORT: "8502"
|
||||
|
||||
networks:
|
||||
net:
|
||||
external: true
|
||||
name: ${NETWORK:-web}
|
||||
|
||||
include:
|
||||
- compose/base.yml
|
||||
- compose/services.yml
|
||||
- compose/apps.yml
|
||||
- emqx-docker/docker-compose.yml
|
||||
- LibreChat/docker-compose.yml
|
||||
- LibreChat/docker-compose.override.yml
|
||||
Reference in New Issue
Block a user