This commit is contained in:
2025-03-13 21:22:11 +01:00
parent c13d2380e9
commit 16bace6d1c

View File

@ -18,20 +18,19 @@ services:
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
telegrambot:
build: ./bot
container_name: telegrambot_app
restart: always
ports:
- "8180:8080"
depends_on:
- app
networks:
- goshawk-network
networks:
goshawk-network:
external: true
# mysql:
# image: mysql:latest