This commit is contained in:
2025-03-13 16:27:49 +01:00
parent b37a362195
commit 1af1e73cf0

View File

@ -18,9 +18,9 @@ services:
networks:
- goshawk-network
springboot-app:
telegrambot:
build: ./bot
container_name: springboot_app
container_name: telegrambot_app
restart: always
ports:
- "8180:8080"
@ -29,7 +29,7 @@ services:
depends_on:
- python-app
networks:
- goshawk-net
- goshawk-network
networks:
goshawk-network: