configuracion

This commit is contained in:
2025-03-13 18:03:56 +01:00
parent 682c652a80
commit 1031fa2732
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
spring.application.name=inversionitasBot
telegram.bot.username=Inversionitas_Bot
telegram.bot.token=7626026035:AAHEMp_iIN3y8AwywL0R6OTQvNi7EcJZ0iY
telegram.bot.token=${TELEGRAM_BOT_TOKEN}
telegram.bot.username=${TELEGRAM_BOT_USERNAME}
apiservice.url=http://fastapi_app/news

View File

@ -25,7 +25,8 @@ services:
ports:
- "8180:8080"
environment:
- apiservice.url="fastapi_app"
- TELEGRAM_BOT_TOKEN=Inversionitas_Bot
- TELEGRAM_BOT_USERNAME=7626026035:AAHEMp_iIN3y8AwywL0R6OTQvNi7EcJZ0iY
depends_on:
- app
networks: