This commit is contained in:
2025-03-13 21:34:57 +01:00
parent 16bace6d1c
commit 68f36c5785
2 changed files with 19 additions and 16 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