chore: Update network configuration to use host network instead of web network

This commit is contained in:
2024-05-18 14:42:47 +08:00
parent d94a35898d
commit c47df54b07
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Environment variables for docker-compose.yml
LOG_LEVEL="DEBUG"
NETWORK="web"
NETWORK="host"
TZ="Asia/Singapore"
## dashboard configs
HOST="furyhawk.lol"
+2 -1
View File
@@ -169,4 +169,5 @@ data-node/
meili_data*/
privatebin-data/
minio-data/
usersfile
usersfile
.DS_Store
+1 -1
View File
@@ -2,7 +2,7 @@ x-environment: &default-environment
LOG_LEVEL: "DEBUG"
LOG_PATH: "./logs"
ACME_PATH: "./acme.json"
NETWORK: "${NETWORK:-web}"
NETWORK: "${NETWORK:-host}"
FIN_LOCATION: ""
STREAMLIT_FIN_SERVER_PORT: "8501"
GROQ_API_KEY: "${GROQ_API_KEY}"