docker-compose

This commit is contained in:
2025-03-13 22:35:01 +01:00
parent b5bfa700cf
commit a3134cc24c

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