compose
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user