configuracion
This commit is contained in:
@ -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
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user