fix(network): forzar IPv4, aumentar timeouts y configurar DNS en casaos.yaml para resolver problemas de conectividad en producción
This commit is contained in:
12
casaos.yaml
12
casaos.yaml
@@ -13,7 +13,7 @@ services:
|
||||
- ADMIN_USERNAME=nickpons666
|
||||
- DATABASE_PATH=/app/data/bots_config.db
|
||||
- DB_HOST=10.10.4.17
|
||||
- DB_NAME=mi_red
|
||||
- DB_NAME=traductor_bots
|
||||
- DB_PASSWORD=MiPo6425@@
|
||||
- DB_PORT=3390
|
||||
- DB_TYPE=mysql
|
||||
@@ -25,8 +25,11 @@ services:
|
||||
- WEB_PORT=8000
|
||||
hostname: bots-translation
|
||||
image: registry-pons.duckdns.org/bots-translation:v1
|
||||
dns:
|
||||
- 8.8.8.8
|
||||
- 1.1.1.1
|
||||
labels:
|
||||
icon: https://raw.githubusercontent.com/istomes/casaos-icons/main/icons/bot.png
|
||||
icon: https://www.ruthlessreviews.com/wp-content/uploads/2025/12/last-war-image.jpg
|
||||
ports:
|
||||
- target: 8000
|
||||
published: "8091"
|
||||
@@ -36,6 +39,9 @@ services:
|
||||
- type: bind
|
||||
source: /DATA/AppData/bots-translation/data
|
||||
target: /app/data
|
||||
- type: bind
|
||||
source: /DATA/AppData/bots-translation/data/logs
|
||||
target: /app/data/logs
|
||||
x-casaos:
|
||||
envs:
|
||||
- container: DISCORD_TOKEN
|
||||
@@ -95,7 +101,7 @@ x-casaos:
|
||||
en_us: Bots de traducción para Discord y Telegram con panel web
|
||||
developer: nickpons666
|
||||
hostname: ""
|
||||
icon: https://raw.githubusercontent.com/istomes/casaos-icons/main/icons/bot.png
|
||||
icon: https://www.ruthlessreviews.com/wp-content/uploads/2025/12/last-war-image.jpg
|
||||
index: /
|
||||
is_uncontrolled: false
|
||||
main: bots-translation
|
||||
|
||||
Reference in New Issue
Block a user