división de mensajes

This commit is contained in:
2025-03-13 23:18:11 +01:00
parent 15d3bfd27b
commit 4cba1506f2
3 changed files with 34 additions and 21 deletions

View File

@ -18,16 +18,16 @@ services:
networks:
- goshawk-network
# telegrambot:
# build: ./bot
# container_name: telegrambot_app
# restart: always
# ports:
# - "8180:8080"
# depends_on:
# - app
# networks:
# - goshawk-network
telegrambot:
build: ./bot
container_name: telegrambot_app
restart: always
ports:
- "8180:8080"
depends_on:
- app
networks:
- goshawk-network
networks:
goshawk-network:
external: true